Printing setup
This commit is contained in:
parent
ad7a31e513
commit
a8d41bdb79
system/shared
|
@ -15,6 +15,7 @@
|
|||
# };
|
||||
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.hplip ];
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
"tmux"
|
||||
"davfs2"
|
||||
"git"
|
||||
"lpadmin"
|
||||
];
|
||||
initialPassword = "password";
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
|
|
Loading…
Reference in New Issue