modules: users: reformat

This commit is contained in:
Bruno BELANYI 2021-04-18 00:19:26 +00:00
parent 9973e0d32f
commit 05e0cd4e1f

View file

@ -25,7 +25,8 @@ in
"video" # screen control
"wheel" # `sudo` for the user.
];
openssh.authorizedKeys.keys = with builtins; let
openssh.authorizedKeys.keys = with builtins;
let
keyDir = ./ssh;
contents = readDir keyDir;
names = attrNames contents;