summaryrefslogtreecommitdiffstats
path: root/systems/querel
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2025-06-16 11:54:50 +0200
committertv <tv@krebsco.de>2025-06-16 11:54:50 +0200
commit07eda24cd1e75a6e5ecf5d8dda68252099335d35 (patch)
tree9274bb5ceffcb69b26ce49ba24c30d35735508ba /systems/querel
parent467fdc2bdd95bbb977c9b30efbe06f006e363c31 (diff)
pulseaudio: hardware -> services
Diffstat (limited to 'systems/querel')
-rw-r--r--systems/querel/config.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/systems/querel/config.nix b/systems/querel/config.nix
index 08ad71c..dff928e 100644
--- a/systems/querel/config.nix
+++ b/systems/querel/config.nix
@@ -49,7 +49,6 @@
};
hardware.enableRedistributableFirmware = true;
- hardware.pulseaudio.enable = true;
i18n.defaultLocale = "de_DE.UTF-8";
@@ -57,6 +56,8 @@
programs.ssh.startAgent = false;
+ services.pulseaudio.enable = true;
+
services.xserver.enable = true;
services.xserver.layout = "de";
services.xserver.xkbOptions = "eurosign:e";