This commit is contained in:
KoenDR06 2024-07-23 18:01:36 +02:00
parent 297a67dac3
commit 414575ce94
7 changed files with 172 additions and 184 deletions

View file

@ -21,6 +21,7 @@
};
networking.hostName = "luna";
networking.networkmanager.enable = true;
services.xserver.enable = true;
services.desktopManager.plasma6.enable = true;
@ -34,8 +35,6 @@
programs.ssh.askPassword = lib.mkForce "/nix/store/qrzq7dqp8dkffb5dvi42q647dhm87ady-ksshaskpass-6.0.3/bin/ksshaskpass";
hardware.pulseaudio.enable = true;
networking.networkmanager.enable = true;
services.jack = {
jackd.enable = true;
alsa.enable = false;