mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
users: set homeMode for thegeneralist
This commit is contained in:
parent
897a0ac880
commit
65ad4a6d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
extraGroups = [ "wheel" "audio" "video" "input" "scanner" "docker" ];
|
||||
shell = pkgs.zsh;
|
||||
home = "/home/thegeneralist";
|
||||
homeMode = "0750";
|
||||
hashedPasswordFile = config.age.secrets.password.path;
|
||||
openssh.authorizedKeys.keys = let
|
||||
inherit (import ../../keys.nix) thegeneralist;
|
||||
|
|
@ -67,4 +68,3 @@
|
|||
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue