1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: ensure vms come online after deployment even with missing wireguard keys

This commit is contained in:
oddlama 2023-05-21 23:26:51 +02:00
parent f3ed1248af
commit bd8a14deb0
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 50 additions and 51 deletions

View file

@ -37,17 +37,6 @@
};
in {
test = defineVm 11;
hi = defineVm 12;
};
microvm.vms.hi.config = {
imports = [
../common/core
../../users/root
];
home-manager.users.root.home.minimal = true;
rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBXXjI6uB26xOF0DPy/QyLladoGIKfAtofyqPgIkCH/g";
};
microvm.vms.test.config = {