diff --git a/hosts/vno3-rp3b/configuration.nix b/hosts/vno3-rp3b/configuration.nix index 4f070a0..0ad0ed7 100644 --- a/hosts/vno3-rp3b/configuration.nix +++ b/hosts/vno3-rp3b/configuration.nix @@ -122,6 +122,8 @@ }; }; + services.printing.enable = true; + environment.etc = { "datapool-passphrase.txt".source = config.age.secrets.datapool-passphrase.path; };