From a59db0af58f0b96e78cc32efd65a1035e20ae4fd Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 22 Mar 2026 10:34:57 -0500 Subject: [PATCH] changed to john user --- modules/hosts/soteria.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/soteria.nix b/modules/hosts/soteria.nix index c30799a..ca0b4b1 100644 --- a/modules/hosts/soteria.nix +++ b/modules/hosts/soteria.nix @@ -74,7 +74,7 @@ in flake.homeConfigurations."${hostname}" = inputs.home-manager.lib.homeManagerConfiguration { pkgs = import inputs.nixpkgs { system = "x86_64-linux"; }; modules = with inputs.self.modules; [ - homeManager."${hostname}" + homeManager."${username}" ]; }; } \ No newline at end of file