diff options
Diffstat (limited to 'machines/t14/default.nix')
-rw-r--r-- | machines/t14/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/t14/default.nix b/machines/t14/default.nix index 6619ebd..9dc4265 100644 --- a/machines/t14/default.nix +++ b/machines/t14/default.nix @@ -53,6 +53,11 @@ # enableSSHSupport = true; # }; + services.locate = { + enable = true; + package = pkgs.plocate; + }; + services.printing.drivers = with pkgs; [ cnijfilter2 ]; services.printing.logLevel = "debug"; services.avahi.enable = true; |