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