fix: impermanence 2
This commit is contained in:
parent
055f4056db
commit
a57732285b
1 changed files with 1 additions and 5 deletions
|
|
@ -54,14 +54,10 @@
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/nix" = {
|
|
||||||
device = "/persist/nix";
|
|
||||||
options = [ "bind "];
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.persistence."/persist" = {
|
environment.persistence."/persist" = {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
directories = [
|
directories = [
|
||||||
|
"/nix"
|
||||||
"/home"
|
"/home"
|
||||||
"/var/log"
|
"/var/log"
|
||||||
"/var/lib/bluetooth"
|
"/var/lib/bluetooth"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue