[NixOS] Add micah

This commit is contained in:
2023-12-20 14:30:21 -07:00
parent 08ef11f1ec
commit e36ba46f34
2 changed files with 8 additions and 0 deletions

View File

@@ -73,6 +73,11 @@ in
name = "andy";
openssh.authorizedKeys.keys = kanivanKeys ++ andyKeys;
};
micah = userDefaults // {
inherit extraGroups;
name = "micah";
openssh.authorizedKeys.keys = kanivanKeys ++ micahKeys;
};
};
nix.settings.trusted-users = realUsers;