This commit is contained in:
2025-08-07 13:33:06 +03:00
parent 701b68f46b
commit 7a8413dbbf
9 changed files with 109 additions and 128 deletions
-15
View File
@@ -46,21 +46,6 @@ let
};
};
users = {
users = {
root = {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKduJia+unaQQdN6X5syaHvnpIutO+yZwvfiCP4qKQ/P"
];
};
"${config.xlib.device.username}" = {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKduJia+unaQQdN6X5syaHvnpIutO+yZwvfiCP4qKQ/P"
];
};
};
};
services = {
earlyoom.enable = true;
preload.enable = true;