From a5508e8cee2ee5559c3cf2da449400354d27bf01 Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 26 Dec 2021 12:03:29 -0500 Subject: [PATCH] activate printerfacts Signed-off-by: Xe --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1c24d9b..bea3ecc 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,12 @@ }; nixosConfigurations = { - logos = mkSystem [ ./hosts/logos ./hardware/alrest ]; + logos = mkSystem [ ./hosts/logos ./hardware/alrest ({...}: { + within.services.printerfacts = { + enable = true; + domain = "logos.shark-harmonic.ts.net"; + }; + }) ]; # vms ## logos