Compare commits
No commits in common. "3e3a3a291af8d5a2b6548ccfa06614337fa16342" and "61454f6d0a5a4367bd318c85271d3af5fc0f2b4f" have entirely different histories.
3e3a3a291a
...
61454f6d0a
4 changed files with 14 additions and 29 deletions
|
@ -47,7 +47,6 @@ in {
|
||||||
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
security.polkit.enable = true;
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
@ -56,7 +55,7 @@ in {
|
||||||
|
|
||||||
config.pipewire = {
|
config.pipewire = {
|
||||||
"context.properties" = {
|
"context.properties" = {
|
||||||
"default.clock.rate" = 44100;
|
"default.clock.rate" = 48000;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -75,9 +74,6 @@ in {
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
polkit
|
|
||||||
polkit_gnome
|
|
||||||
|
|
||||||
# firefox also needs:
|
# firefox also needs:
|
||||||
#
|
#
|
||||||
# gfx.webrenderer.enabled = true
|
# gfx.webrenderer.enabled = true
|
||||||
|
@ -116,18 +112,13 @@ in {
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pcmanfm
|
pcmanfm
|
||||||
pulseeffects-pw
|
pulseeffects-pw
|
||||||
unstable.alacritty
|
|
||||||
unstable.keepassxc
|
|
||||||
unstable.noisetorch
|
|
||||||
|
|
||||||
solaar
|
|
||||||
gdk-pixbuf
|
|
||||||
|
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
xdg_utils
|
xdg_utils
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
xfce.thunar-volman
|
xfce.thunar-volman
|
||||||
ydotool
|
ydotool
|
||||||
|
unstable.alacritty
|
||||||
|
unstable.keepassxc
|
||||||
(
|
(
|
||||||
pkgs.writeTextFile {
|
pkgs.writeTextFile {
|
||||||
name = "startsway";
|
name = "startsway";
|
||||||
|
|
|
@ -12,10 +12,14 @@ in {
|
||||||
unstable.golangci-lint
|
unstable.golangci-lint
|
||||||
unstable.gopls
|
unstable.gopls
|
||||||
unstable.rust-analyzer
|
unstable.rust-analyzer
|
||||||
#unstable.esphome
|
unstable.esphome
|
||||||
|
|
||||||
nodePackages.pyright
|
(python38.withPackages(python-packages: with python-packages; [
|
||||||
(python39.withPackages(python-packages: with python-packages; [
|
dnspython
|
||||||
|
pyls-black
|
||||||
|
pyls-isort
|
||||||
|
pyls-mypy
|
||||||
|
python-language-server
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
]))
|
]))
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||||
|
cloudstation = pkgs.libsForQt5.callPackage (import ../packages/cloudstation.nix) {};
|
||||||
in {
|
in {
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
let
|
let
|
||||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||||
cloudstation = pkgs.callPackage (import ../packages/cloudstation.nix) {};
|
cloudstation = pkgs.callPackage (import ../packages/cloudstation.nix) {};
|
||||||
nagstamon = pkgs.libsForQt5.callPackage (import ../packages/nagstamon.nix) {};
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
security.pki.certificateFiles = [
|
security.pki.certificateFiles = [
|
||||||
|
@ -14,32 +13,22 @@ in {
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
35.234.109.94 fsi.thomann.de
|
35.234.109.94 fsi.thomann.de
|
||||||
10.100.7.11 mon.netzmarkt.de
|
10.100.7.11 mon.netzmarkt.de
|
||||||
|
|
||||||
172.23.0.2 api.kube.local
|
|
||||||
172.23.0.2 hubble.kube.local
|
|
||||||
172.23.0.2 bonedo.kube.local
|
|
||||||
172.23.0.2 linkerd.kube.local
|
|
||||||
172.23.0.2 argo.kube.local
|
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(import ../packages/oc311.nix)
|
(import ../packages/oc311.nix)
|
||||||
(import ../packages/oc46.nix)
|
(import ../packages/oc46.nix)
|
||||||
(import ../packages/openshift-install-4.5.nix)
|
(import ../packages/openshift-install-4.5.nix)
|
||||||
# (import ../packages/vaultsink.nix) needs opensource verson
|
|
||||||
cloudstation
|
cloudstation
|
||||||
nagstamon
|
|
||||||
|
|
||||||
astroid
|
astroid
|
||||||
|
(pkgs.libsForQt5.callPackage (import ../packages/nagstamon.nix) {})
|
||||||
drone-cli
|
drone-cli
|
||||||
go-jira
|
|
||||||
govc
|
govc
|
||||||
ttyd
|
go-jira
|
||||||
unstable.discord
|
|
||||||
unstable.google-cloud-sdk
|
unstable.google-cloud-sdk
|
||||||
unstable.slack
|
unstable.slack
|
||||||
unstable.velero
|
unstable.velero
|
||||||
|
unstable.discord
|
||||||
|
|
||||||
unstable.obs-studio
|
unstable.obs-studio
|
||||||
unstable.obs-studio-plugins.wlrobs
|
unstable.obs-studio-plugins.wlrobs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue