diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/mercury/config.nix | 1 | ||||
| -rw-r--r-- | hosts/mercury/nixos.nix | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index cdf24d9..0fe641a 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -41,6 +41,7 @@ audio.enable = true; bluetooth.enable = true; + printing.enable = true; }; terminal = { diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 22ea90b..8c98245 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -29,8 +29,6 @@ } ]; - services.printing.enable = true; - environment.defaultPackages = lib.mkForce []; # im not a noob security.pki.certificates = [ |
