Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-01-30 20:59:56 +00:00
parent 1e9604994a
commit 95668e4d3c

View file

@ -99,6 +99,13 @@
services.printing.enable = true;
services.openssh.enable = true;
services.avahi = {
enable = true;
nssmdns = true;
openFirewall = true;
};
# System
system.stateVersion = "22.11";
system.autoUpgrade.enable = true;