From ce1bc9498aea245dc9788502de785c69be1b8f97 Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 18 Oct 2023 19:22:34 +0000 Subject: [PATCH] testig HM as module - try 2 --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index f209907..44ec9ed 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -44,7 +44,7 @@ config = { sharedModules = [ inputs.sops-nix.homeManagerModules.sops ]; - users = ../home-manager/users/sstent; + users.sstent = ../home-manager/users/sstent; }; nixpkgs.config.allowUnfree = true;