tywin: temporarily remove d0
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:
parent
bc5d370d0b
commit
104ea7f0cb
@ -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);
|
||||
|
||||
|
@ -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" =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user