From bf5c7b5434ae549592490ec04d711d9b9b877b42 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Thu, 31 Oct 2024 22:41:28 +1100 Subject: [PATCH] ooksdesk: add printing feature --- hosts/ooksdesk/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ooksdesk/hardware.nix b/hosts/ooksdesk/hardware.nix index d62d885..2b9e7ef 100644 --- a/hosts/ooksdesk/hardware.nix +++ b/hosts/ooksdesk/hardware.nix @@ -3,7 +3,7 @@ cpu.type = "amd"; cpu.amd.pstate.enable = true; gpu.type = "amd"; - features = ["ssd" "audio" "video"]; + features = ["printing" "ssd" "audio" "video"]; monitors = [ { name = "DP-3";