mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
added richie group
This commit is contained in:
@@ -8,6 +8,7 @@ in {
|
||||
users.users.richie = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
group = "richie";
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIPtuYhiJHRTYhNaDmTcJOqJASk7D8mIn6u3F1IN5AFJ bob" # cspell:disable-line
|
||||
];
|
||||
@@ -28,5 +29,9 @@ in {
|
||||
];
|
||||
};
|
||||
|
||||
users.groups.richie = {
|
||||
gid = 1000;
|
||||
};
|
||||
|
||||
home-manager.users.richie = import ./systems/${config.networking.hostName}.nix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user