activation de CUPS et des pilotes samsung

This commit is contained in:
Yves Dubromelle
2016-06-09 16:19:24 +02:00
parent c5eeaae443
commit a91f81a650

View File

@@ -3,4 +3,11 @@
{ {
# Enable the OpenSSH dble the OpenSSH daemon. aemon # Enable the OpenSSH dble the OpenSSH daemon. aemon
services.openssh.enable = true; services.openssh.enable = true;
# Enable CUPS to print documents.
services.printing = {
enable = true;
drivers = [ pkgs.samsung-unified-linux-driver ];
};
} }