tywin: temporarily remove d0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

drive d0 is seriously rumbling. remove it so this server can boot with
it removed. kill the storj on it too.
This commit is contained in:
Jake Hillion 2024-01-14 23:21:47 +00:00
parent bc5d370d0b
commit 104ea7f0cb
2 changed files with 7 additions and 7 deletions

View File

@ -42,7 +42,7 @@
interval = "Tue, 02:00";
};
fileSystems."/mnt/d0".options = [ "x-systemd.mount-timeout=3m" ];
# fileSystems."/mnt/d0".options = [ "x-systemd.mount-timeout=3m" ];
fileSystems."/mnt/d1".options = [ "x-systemd.mount-timeout=3m" ];
fileSystems."/mnt/d2".options = [ "x-systemd.mount-timeout=3m" ];
fileSystems."/mnt/d3".options = [ "x-systemd.mount-timeout=3m" ];
@ -224,7 +224,7 @@
storage = "1500GB";
};
};
instances = builtins.genList (x: x) 4;
instances = [ 1 2 3 ];
in
builtins.listToAttrs (builtins.map mkStorj instances);

View File

@ -26,11 +26,11 @@
fsType = "vfat";
};
fileSystems."/mnt/d0" =
{
device = "/dev/disk/by-uuid/b424c997-4be6-42f3-965a-f5b3573a9cb3";
fsType = "btrfs";
};
# fileSystems."/mnt/d0" =
# {
# device = "/dev/disk/by-uuid/b424c997-4be6-42f3-965a-f5b3573a9cb3";
# fsType = "btrfs";
# };
fileSystems."/mnt/d1" =
{