From 54c99271f7570c32a4215a097e577272cd4210b2 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 12 Dec 2018 21:22:57 +0100 Subject: 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 --- machines/aszlig/tishtushi.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'machines') 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"; }; -- cgit 1.4.1