remove separate mount for /tmp
This commit is contained in:
parent
be6b160317
commit
006466ed6b
2 changed files with 0 additions and 7 deletions
|
@ -12,7 +12,6 @@
|
|||
];
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
console.useXkbConfig = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
|
|
|
@ -23,12 +23,6 @@
|
|||
options = [ "subvol=/@persist" "compress-force=zstd" "noatime" ];
|
||||
neededForBoot = true;
|
||||
};
|
||||
"/tmp" = {
|
||||
device = "/dev/vg0/system";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=/@tmp" "compress-force=zstd" "nosuid" "nodev" "noatime" ];
|
||||
neededForBoot = true;
|
||||
};
|
||||
"/mnt/system" = {
|
||||
device = "/dev/vg0/system";
|
||||
fsType = "btrfs";
|
||||
|
|
Loading…
Reference in a new issue