change pub key management again, centralize users, start to modularize lenovo conf
This commit is contained in:
@@ -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")
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user