aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-08-21 22:41:26 +0100
committerFrankie B <git@diskfloppy.me>2023-08-21 22:42:30 +0100
commit5df643d333561e67c8700b258d9a4e66e120eaec (patch)
treeb711d457307c734c41cd4fe015e5bbc74bd2413e
parent7947adef61a662ff784363002aa58a2bae618351 (diff)
what the fuck
-rw-r--r--hosts/nixbox/configuration.nix8
-rw-r--r--hosts/nixpad/configuration.nix8
2 files changed, 2 insertions, 14 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix
index 809e5c8..56b77c9 100644
--- a/hosts/nixbox/configuration.nix
+++ b/hosts/nixbox/configuration.nix
@@ -75,9 +75,7 @@
# Enable experimental features
nix.settings.extra-experimental-features = ["flakes" "nix-command"];
- # Enable sound with pipewire.
- sound.enable = true;
- hardware.pulseaudio.enable = false;
+ # I never want to touch this again
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@@ -85,10 +83,6 @@
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
-
- # use the example session manager (no others are packaged yet so this is enabled by default,
- # no need to redefine it in your config for now)
- #media-session.enable = true;
};
services.xserver.videoDrivers = ["nvidia"];
diff --git a/hosts/nixpad/configuration.nix b/hosts/nixpad/configuration.nix
index 49feda7..86146cd 100644
--- a/hosts/nixpad/configuration.nix
+++ b/hosts/nixpad/configuration.nix
@@ -68,9 +68,7 @@
# Enable CUPS to print documents.
services.printing.enable = true;
- # Enable sound with pipewire.
- sound.enable = true;
- hardware.pulseaudio.enable = false;
+ # I never want to touch this again
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@@ -78,10 +76,6 @@
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
-
- # use the example session manager (no others are packaged yet so this is enabled by default,
- # no need to redefine it in your config for now)
- #media-session.enable = true;
};
services.xserver.videoDrivers = ["intel"];