about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-12-12 21:22:57 +0100
committeraszlig <aszlig@nix.build>2018-12-12 21:23:49 +0100
commit54c99271f7570c32a4215a097e577272cd4210b2 (patch)
tree0a3337f9cd43bc485f61a5fe9bbebcf482c27c6a /machines/aszlig
parent98c52cfa8ea6421a6ca5500c72c9511659969283 (diff)
tishtushi: Remove mount for /nix/store
The internal SSD of the machine just died, so I reconstructed the Nix
store on the spinning rust from the machine configuration and we're now
left without the SSD.

Maybe it makes sense to still use the SSD with bcache, depending on how
failure-resilient it is, but for now, let's just remove it so we at
least have a working system.

Signed-off-by: aszlig <aszlig@nix.build>
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";
   };