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