From 4b8882d82dcc8667d2b1276d65e43d081c5fa868 Mon Sep 17 00:00:00 2001 From: andromeda Date: Wed, 31 Dec 2025 02:28:00 +0100 Subject: change pub key management again, centralize users, start to modularize lenovo conf --- machines/_173-249-5-230/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'machines/_173-249-5-230') diff --git a/machines/_173-249-5-230/configuration.nix b/machines/_173-249-5-230/configuration.nix index 0fe1e9e..d079fb6 100644 --- a/machines/_173-249-5-230/configuration.nix +++ b/machines/_173-249-5-230/configuration.nix @@ -71,13 +71,6 @@ }; system.stateVersion = "26.05"; time.timeZone = "Europe/Berlin"; - users.users."mtgmonkey" = { - isNormalUser = true; - description = "mtgmonkey"; - hashedPasswordFile = builtins.toString config.age.secrets.secret2.path; - extraGroups = ["wheel"]; - openssh.authorizedKeys.keys = [(import ../../pub-keys.nix).ssh.andromeda]; - }; imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; -- cgit v1.3