mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:11:54 -05:00
rustboro: removed broken var mount
This commit is contained in:
parent
c29e1484b4
commit
1c4f48a285
|
@ -44,10 +44,6 @@
|
||||||
mountOptions = [ "compress=zstd" "noatime" ];
|
mountOptions = [ "compress=zstd" "noatime" ];
|
||||||
mountpoint = "/nix";
|
mountpoint = "/nix";
|
||||||
};
|
};
|
||||||
"var" = {
|
|
||||||
mountOptions = [ "compress=zstd" "noatime" ];
|
|
||||||
mountpoint = "/var";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
mountpoint = "/partition-root";
|
mountpoint = "/partition-root";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue