misc updates and cleanup
This commit is contained in:
parent
fdcbad9017
commit
8f75678d03
6 changed files with 55 additions and 25 deletions
|
@ -170,7 +170,6 @@
|
|||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.powersave = true;
|
||||
# connectionConfig = "connection.mdns=2";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -210,7 +209,13 @@
|
|||
variant = "";
|
||||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = [
|
||||
pkgs.epson-escpr
|
||||
pkgs.epson-escpr2
|
||||
];
|
||||
};
|
||||
services.tailscale.enable = true;
|
||||
services.envfs.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue