Getting a lot closer..
This commit is contained in:
parent
e3bacb2d84
commit
0a4a803da7
221 changed files with 856 additions and 956 deletions
|
@ -1,18 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
services = {
|
||||
printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [hplip];
|
||||
webInterface = false;
|
||||
};
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
system-config-printer
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue