remove separate mount for /tmp

This commit is contained in:
Adithya 2023-04-28 00:31:51 +05:30
parent be6b160317
commit 006466ed6b
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 0 additions and 7 deletions

View file

@ -12,7 +12,6 @@
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.tmp.cleanOnBoot = true;
console.useXkbConfig = true;
environment.sessionVariables = {

View file

@ -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";