From 4dc492365660bccb20151c0aa0259a538379dccc Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 11 May 2024 20:15:27 +0200 Subject: [PATCH] Replace obsolete `userConfig` variable --- flake.nix | 2 -- lib/configuration.nix | 4 ---- 2 files changed, 6 deletions(-) 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 {})