summaryrefslogtreecommitdiff
path: root/hardware/cez.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hardware/cez.nix')
-rw-r--r--hardware/cez.nix12
1 files changed, 9 insertions, 3 deletions
diff --git a/hardware/cez.nix b/hardware/cez.nix
index ec74dc2..b3f0744 100644
--- a/hardware/cez.nix
+++ b/hardware/cez.nix
@@ -7,13 +7,19 @@
../features/development.nix
];
+ boot = {
+ initrd.luks.reusePassphrases = true;
+ consoleLogLevel = 3;
+ };
+
networking = {
hostName = "cez";
wireless.iwd.enable = true;
};
- boot = {
- initrd.luks.reusePassphrases = true;
- consoleLogLevel = 3;
+ sound.enable = true;
+ services.pipewire = {
+ enable = true;
+ pulse.enable = true;
};
}