allow root login with key

This commit is contained in:
Kopatz
2024-11-19 19:18:19 +00:00
parent 7126291363
commit 66d7e82c65

View File

@@ -16,4 +16,8 @@
};
useUserPackages = true;
};
users.users.root = {
openssh.authorizedKeys.keys = [ config.mainUser.sshKey ];
};
}