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" ];
|
extraGroups = [ "wheel" "audio" "video" "input" "scanner" "docker" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
home = "/home/thegeneralist";
|
home = "/home/thegeneralist";
|
||||||
|
homeMode = "0750";
|
||||||
hashedPasswordFile = config.age.secrets.password.path;
|
hashedPasswordFile = config.age.secrets.password.path;
|
||||||
openssh.authorizedKeys.keys = let
|
openssh.authorizedKeys.keys = let
|
||||||
inherit (import ../../keys.nix) thegeneralist;
|
inherit (import ../../keys.nix) thegeneralist;
|
||||||
|
|
@ -67,4 +68,3 @@
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue