mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update configuration.nix
This commit is contained in:
parent
1e9604994a
commit
95668e4d3c
1 changed files with 7 additions and 0 deletions
|
@ -99,6 +99,13 @@
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# System
|
# System
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "22.11";
|
||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue