This commit is contained in:
2026-09-15 23:14:19 -05:00
parent 2e9fe6b7e6
commit af3a94cfc0
+11
View File
@@ -5,6 +5,17 @@
...
}:
{
# Allow login and remote control of VM
users.users.admin = {
isNormalUser = true;
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFEQyjykrRpkgMFpNAR2G1rbofqbtcuLwIYzgqH85QCn roydumblauskas@gmail.com"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPERQEHVwrtsWOpu1BgT7b1WNe4ShCy4bXWoGWvYENBw roydumblauskas@gmail.com"
];
};
# ================================ #
# K3S SERVICE #
# ================================ #