forked from mirrors_public/oddlama_nix-config
chore: update microvm.nix
This commit is contained in:
parent
4cdf17e2ab
commit
bb81d7334a
2 changed files with 5 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -819,11 +819,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1703095240,
|
"lastModified": 1703208335,
|
||||||
"narHash": "sha256-n/oeDYcJmmrC5F13qHZHGoFr2LfGIgcGz+bmApSApF0=",
|
"narHash": "sha256-BkAhzM8xC577hK3s9CTpOeJ/oAb1lSbBULcEVOPQPbw=",
|
||||||
"owner": "astro",
|
"owner": "astro",
|
||||||
"repo": "microvm.nix",
|
"repo": "microvm.nix",
|
||||||
"rev": "7bd9255e535c8cbada7f574ddd3bcf3bfa5e1eae",
|
"rev": "420e3ba01b521ba508236030d802517a34c35067",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -85,7 +85,7 @@ in {
|
||||||
|
|
||||||
# State that should be kept across reboots, but is otherwise
|
# State that should be kept across reboots, but is otherwise
|
||||||
# NOT important information in any way that needs to be backed up.
|
# 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" = {
|
environment.persistence."/state" = {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
directories =
|
directories =
|
||||||
|
@ -105,7 +105,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# State that should be kept forever, and backed up accordingly.
|
# State that should be kept forever, and backed up accordingly.
|
||||||
fileSystems."/persist".neededForBoot = lib.mkForce true;
|
fileSystems."/persist".neededForBoot = true;
|
||||||
environment.persistence."/persist" = {
|
environment.persistence."/persist" = {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
files = [
|
files = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue