Printing setup
This commit is contained in:
parent
ad7a31e513
commit
a8d41bdb79
|
@ -15,6 +15,7 @@
|
|||
# };
|
||||
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.hplip ];
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue