From bac0bd0d8f25e1a2063eed741ea7d42169fbdcef Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 29 Jan 2025 13:56:43 -0500 Subject: [PATCH] add lighthouse user to lighthouse --- hosts/WCE-Lighthouse/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/WCE-Lighthouse/default.nix b/hosts/WCE-Lighthouse/default.nix index ff89018..b2c1eb6 100644 --- a/hosts/WCE-Lighthouse/default.nix +++ b/hosts/WCE-Lighthouse/default.nix @@ -10,4 +10,6 @@ nixpkgs.hostPlatform = "x86_64-linux"; ricing.basic.enable = false; + + user.lighthouse.enable = true; }