Add mount for /nix/store
This commit is contained in:
parent
4359358d60
commit
59e9d11895
1 changed files with 6 additions and 0 deletions
|
|
@ -20,5 +20,11 @@
|
|||
options = [ "mode=0755" ];
|
||||
};
|
||||
|
||||
fileSystems."/nix/store" = {
|
||||
fsType = "btrfs";
|
||||
device = "/dev/vda2";
|
||||
options = [ "nodev,noatime,compress-force=zstd:1,discard=async" ];
|
||||
};
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue