tywin: temporarily remove d0 #178

Merged
JakeHillion merged 1 commits from tywin into main 2024-01-16 22:56:57 +00:00
2 changed files with 7 additions and 7 deletions

View File

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

View File

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