mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
feat: added printing
This commit is contained in:
parent
9a44817036
commit
4be4c9813d
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
|
||||
services.tailscale.enable = true;
|
||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
networking.networkmanager.unmanaged = [ "tailscale0" ];
|
||||
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
||||
|
@ -76,6 +77,12 @@
|
|||
brightnessctl
|
||||
];
|
||||
|
||||
services.printing.enable = true;
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
# for a WiFi printer
|
||||
services.avahi.openFirewall = true;
|
||||
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue