Add ben to realUsers, users.nix; key to keys.nix. zsh now default??

uhh paste contents of .profile into .zprofile I guess?
This commit is contained in:
2024-05-25 08:53:45 -05:00
committed by Ivan Malison
parent 77cf8d46a3
commit 94e7e738fb
3 changed files with 9 additions and 1 deletions

View File

@@ -84,6 +84,11 @@ in
name = "unprivileged";
openssh.authorizedKeys.keys = [giteaSecret] ++ kanivanKeys;
};
ben = userDefaults // {
inherit extraGroups;
name = "ben";
openssh.authorizedKeys.keys = benKeys ++ kanivanKeys;
};
};
nix.sshServe = {