Printing setup

This commit is contained in:
Trevor Vallender 2023-10-09 16:34:52 +01:00
parent ad7a31e513
commit a8d41bdb79
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@
# }; # };
services.printing.enable = true; services.printing.enable = true;
services.printing.drivers = [ pkgs.hplip ];
services.avahi = { services.avahi = {
enable = true; enable = true;
nssmdns = true; nssmdns = true;

View File

@ -18,7 +18,7 @@
environment.variables.LC_ALL = "en_GB.UTF-8"; environment.variables.LC_ALL = "en_GB.UTF-8";
time.timeZone = "Europe/London"; time.timeZone = "Europe/London";
users.groups = { users.groups = {
git = { }; git = { };
}; };
@ -31,6 +31,7 @@
"tmux" "tmux"
"davfs2" "davfs2"
"git" "git"
"lpadmin"
]; ];
initialPassword = "password"; initialPassword = "password";
openssh.authorizedKeys.keyFiles = [ openssh.authorizedKeys.keyFiles = [