Add printing & EPFL CUPS drivers
This commit is contained in:
parent
583ed20387
commit
7b47d07932
6 changed files with 8462 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue