diff --git a/flake.nix b/flake.nix index 99ce3f8..af77b76 100644 --- a/flake.nix +++ b/flake.nix @@ -134,8 +134,6 @@ userInfo = { name = username; } // user; - - userConfig = user; }; }) sops-nix.homeManagerModules.sops diff --git a/lib/configuration.nix b/lib/configuration.nix index eebd093..41ac88a 100644 --- a/lib/configuration.nix +++ b/lib/configuration.nix @@ -47,10 +47,6 @@ userInfo = { name = username; } // user; - - userConfig = { - inherit hostname username; - } // user; } // args); } else {})