From 2559a2e10461e369219ff70e5e003838e904b1cf Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Tue, 1 Aug 2023 16:04:06 +0200 Subject: [PATCH] dregil: Add an account for Anne --- hosts/dregil/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/dregil/default.nix b/hosts/dregil/default.nix index e834431..f76b4f6 100644 --- a/hosts/dregil/default.nix +++ b/hosts/dregil/default.nix @@ -15,5 +15,7 @@ in nixosSystem { ../../modules/security.nix ../../modules/common-system.nix ./configuration.nix + inputs.home-manager-unstable.nixosModules.home-manager + ../../home/anne ]; }