modules: users: reformat
This commit is contained in:
parent
9973e0d32f
commit
05e0cd4e1f
|
@ -25,7 +25,8 @@ in
|
||||||
"video" # screen control
|
"video" # screen control
|
||||||
"wheel" # `sudo` for the user.
|
"wheel" # `sudo` for the user.
|
||||||
];
|
];
|
||||||
openssh.authorizedKeys.keys = with builtins; let
|
openssh.authorizedKeys.keys = with builtins;
|
||||||
|
let
|
||||||
keyDir = ./ssh;
|
keyDir = ./ssh;
|
||||||
contents = readDir keyDir;
|
contents = readDir keyDir;
|
||||||
names = attrNames contents;
|
names = attrNames contents;
|
||||||
|
|
Loading…
Reference in a new issue