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

chore: update microvm.nix

This commit is contained in:
oddlama 2023-12-22 02:40:00 +01:00
parent 4cdf17e2ab
commit bb81d7334a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 5 additions and 5 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 = lib.mkForce true;
fileSystems."/state".neededForBoot = 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 = lib.mkForce true;
fileSystems."/persist".neededForBoot = true;
environment.persistence."/persist" = {
hideMounts = true;
files = [