diff options
| author | andromeda <andromeda@lenovo> | 2025-12-31 02:28:00 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-31 02:28:00 +0100 |
| commit | 4b8882d82dcc8667d2b1276d65e43d081c5fa868 (patch) | |
| tree | e83b7e4734e05c5f7d72ccb3c6228448f5fad420 /machines/_173-249-5-230 | |
| parent | 42a93f042e2c821939fa6aa4ac8945997d5b5099 (diff) | |
change pub key management again, centralize users, start to modularize lenovo conf
Diffstat (limited to 'machines/_173-249-5-230')
| -rw-r--r-- | machines/_173-249-5-230/configuration.nix | 7 |
1 files changed, 0 insertions, 7 deletions
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") ]; |
