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:
parent
f3ed1248af
commit
bd8a14deb0
7 changed files with 50 additions and 51 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue