From ac2d6282957b099027c806e6e58a6143b85b2c16 Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 18 Oct 2023 19:21:58 +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 6635380..f209907 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -44,7 +44,7 @@ config = { sharedModules = [ inputs.sops-nix.homeManagerModules.sops ]; - users.stent = ../home-manager/users/sstent; + users = ../home-manager/users/sstent; }; nixpkgs.config.allowUnfree = true;