fix: fix uid
This commit is contained in:
parent
b21af48112
commit
1814e5d5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
name = "central";
|
name = "central";
|
||||||
home = "/Users/central";
|
home = "/Users/central";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
uid = 501;
|
uid = 502;
|
||||||
# openssh.authorizedKeys.keys = let
|
# openssh.authorizedKeys.keys = let
|
||||||
# inherit (import ../../keys.nix) thegeneralist;
|
# inherit (import ../../keys.nix) thegeneralist;
|
||||||
# in [ thegeneralist ];
|
# in [ thegeneralist ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue