added input, added service

This commit is contained in:
2025-06-01 14:28:07 -04:00
parent f6f810c910
commit 8c942769e3
3 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,7 @@ in {
../../graphics
../../pwrMgmt
../../networking/core.nix
../../security/sudo.nix
../../sound/pipewire.nix
../../sound/shairport.nix
../../virtualization/podman.nix
@ -176,5 +177,10 @@ in {
};
};
# security.sudo.needsPassword = false;
# Enable microcode updates
services.ucodenix.enable = true;
system.stateVersion = "24.11";
}