Enable driverless printing

This commit is contained in:
SebastianStork 2024-03-21 11:48:23 +01:00
parent 92862ba5aa
commit ce62cdff75
3 changed files with 18 additions and 0 deletions

View file

@ -27,6 +27,7 @@
optimization.mode = "powersave";
doas.enable = false;
nix-helper.enable = true;
printing.enable = true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;