diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:47:41 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:47:52 -0600 |
| commit | 49d711586bfa523d5d1385373df6c422bf35b712 (patch) | |
| tree | b940a04c95f7a8f5736527db7690830b702ff2ae /hosts | |
| parent | 605dc67c6633d358d5ed1ccb9e7009d1a8ab4246 (diff) | |
printing moved to system
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 = [ |
