chore: cleanup + flake update

This commit is contained in:
2026-02-13 10:13:58 +01:00
parent 65ce0e5aae
commit 9eed37a971
4 changed files with 23 additions and 27 deletions
+5 -7
View File
@@ -14,13 +14,11 @@
./dyndns
];
users.users = {
leonhard = {
initialPassword = "leonhard";
isNormalUser = true;
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = config.kekleo.publicKeys;
};
users.users.leonhard = {
initialPassword = "leonhard";
isNormalUser = true;
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = config.kekleo.publicKeys;
};
networking = {