aboutsummaryrefslogtreecommitdiff
path: root/hosts/nixbox/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixbox/configuration.nix')
-rw-r--r--hosts/nixbox/configuration.nix8
1 files changed, 1 insertions, 7 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"];