Enable printer support

This commit is contained in:
Trevor Vallender 2023-07-14 07:54:10 +01:00
parent 548c0829f0
commit d3df1ec9cb
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@
# };
# };
services.printing.enable = true;
services.avahi = {
enable = true;
nssmdns = true;
openFirewall = true;
};
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;