Add mount for /nix
This commit is contained in:
parent
c3413cbe84
commit
efb3ac119e
1 changed files with 6 additions and 1 deletions
|
|
@ -17,7 +17,12 @@
|
|||
|
||||
fileSystems."/" = {
|
||||
fsType = "tmpfs";
|
||||
options = [ "mode=0755" ];
|
||||
};
|
||||
|
||||
fileSystems."/nix" = {
|
||||
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