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.drivers = [ pkgs.hplip ];
services.avahi = {
enable = true;
nssmdns = true;

View File

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