feat: added printing

This commit is contained in:
Julien Malka 2023-03-16 11:22:47 +01:00
parent 9a44817036
commit 4be4c9813d
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -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?
}