This commit is contained in:
randogoth 2026-02-10 07:42:16 +02:00
parent 7486210605
commit ab0257fd6e
2 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,8 @@
wheelNeedsPassword = lib.mkForce false; wheelNeedsPassword = lib.mkForce false;
}; };
security.rtkit.enable = true;
users.users.root = lib.mkDefault { users.users.root = lib.mkDefault {
shell = pkgs.zsh; shell = pkgs.zsh;
extraGroups = [ extraGroups = [

View file

@ -8,5 +8,11 @@
openFirewall = true; openFirewall = true;
}; };
openssh.enable = true; openssh.enable = true;
pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
}; };
} }