From f12fd25b117a316329710527e4af9f9026c528a6 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 2 Aug 2024 17:45:15 +0200 Subject: [PATCH] common: enable printing for all non-headless machines --- hosts/common/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 54c784e..12975d2 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -216,9 +216,11 @@ in { "docker" "input" "libvirtd" + "lp" "media" "minecraft" "networkmanager" + "scanner" "video" "wheel" "wireshark" @@ -233,6 +235,7 @@ in { services = { tumbler.enable = !config.machineVars.headless; gnome.gnome-keyring.enable = !config.machineVars.headless; + printing.enable = !config.machineVars.headless; resolved.enable = true;