This commit is contained in:
soraefir
2026-05-03 00:51:28 +02:00
parent d8be8b72ab
commit b1bbb3ce86
2 changed files with 2 additions and 7 deletions

View File

@@ -20,9 +20,5 @@ in {
openssh.authorizedKeys.keys = lib.unique (
lib.concatMap (u: if u ? pubssh then [ u.pubssh ] else []) userList
);
}) activeUsers
// {
root = {openssh.authorizedKeys.keys = [];};
};
}) activeUsers;
}