about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/tishtushi.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix
index 962db49b..c4aabe95 100644
--- a/machines/aszlig/tishtushi.nix
+++ b/machines/aszlig/tishtushi.nix
@@ -25,10 +25,6 @@
         device = "/dev/disk/by-uuid/cf65f144-9205-40a5-a239-b660695a6740";
         keyFile = "/dev/mapper/00vault";
       }
-      { name = "tishtushi-nix";
-        device = "/dev/disk/by-uuid/af7fc49a-cc38-49f2-8a89-1cd8248554a7";
-        keyFile = "/dev/mapper/00vault";
-      }
     ];
     postDeviceCommands = lib.mkAfter ''
       cryptsetup luksClose /dev/mapper/00vault
@@ -49,12 +45,6 @@
     options = [ "space_cache" "compress=zstd" "noatime" ];
   };
 
-  fileSystems."/nix" = {
-    device = "/dev/mapper/tishtushi-nix";
-    fsType = "btrfs";
-    options = [ "ssd" "compress=zstd" "noatime" ];
-  };
-
   swapDevices = lib.singleton {
     device = "/dev/mapper/tishtushi-swap";
   };