This commit is contained in:
2026-07-12 08:20:56 -04:00
parent e0ec38d87d
commit 0f19a2b0b3
8 changed files with 70 additions and 88 deletions
+7
View File
@@ -20,8 +20,15 @@ in
port = 22;
}];
};
users.users.root.openssh.authorizedKeys.keys = [
config.network.nodes.laptop.ssh
config.network.nodes.desktop.ssh
];
users.users.lilac = lib.mkIf (config.network.node != "vps") {
openssh.authorizedKeys.keys = [
config.network.nodes.laptop.ssh
config.network.nodes.desktop.ssh
];
};
}