diff --git a/hosts/skipper/default.nix b/hosts/skipper/default.nix index b1ce298..46a3543 100644 --- a/hosts/skipper/default.nix +++ b/hosts/skipper/default.nix @@ -12,7 +12,6 @@ ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; - boot.tmp.cleanOnBoot = true; console.useXkbConfig = true; environment.sessionVariables = { diff --git a/hosts/skipper/hardware/filesystem.nix b/hosts/skipper/hardware/filesystem.nix index 946d1d7..7b479f0 100644 --- a/hosts/skipper/hardware/filesystem.nix +++ b/hosts/skipper/hardware/filesystem.nix @@ -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";