mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: properly ensure vm zfs dataset exists
This commit is contained in:
parent
a0d22b8be1
commit
f3ed1248af
9 changed files with 74 additions and 25 deletions
|
@ -37,7 +37,17 @@
|
|||
};
|
||||
in {
|
||||
test = defineVm 11;
|
||||
#hi = defineVm 12;
|
||||
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