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

fix: update microvm definitions to new combined guests option

This commit is contained in:
oddlama 2023-12-21 21:18:08 +01:00
parent 95fac4c72a
commit 61375199e5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 51 additions and 55 deletions

View file

@ -85,7 +85,7 @@ in {
# State that should be kept across reboots, but is otherwise
# NOT important information in any way that needs to be backed up.
fileSystems."/state".neededForBoot = true;
fileSystems."/state".neededForBoot = lib.mkForce true;
environment.persistence."/state" = {
hideMounts = true;
directories =
@ -105,7 +105,7 @@ in {
};
# State that should be kept forever, and backed up accordingly.
fileSystems."/persist".neededForBoot = true;
fileSystems."/persist".neededForBoot = lib.mkForce true;
environment.persistence."/persist" = {
hideMounts = true;
files = [