Add printing & EPFL CUPS drivers

This commit is contained in:
Natsu Kagami 2023-03-01 16:58:01 +01:00
parent 583ed20387
commit 7b47d07932
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
6 changed files with 8462 additions and 0 deletions

View file

@ -50,6 +50,10 @@
};
services.logind.lidSwitch = "suspend";
# Printing
services.printing.enable = true;
services.printing.drivers = with pkgs;[ epfl-cups-drivers ];
networking.hostName = "kagami-air-m1"; # Define your hostname.
# networking.hostName = "nixos"; # Define your hostname.