tywin: add mnt/d4 and mnt/d5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2023-09-23 13:30:14 +01:00
parent ceedaa852f
commit 496d816f12
2 changed files with 15 additions and 1 deletions

View File

@ -46,6 +46,8 @@
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" ];
fileSystems."/mnt/d4".options = [ "x-systemd.mount-timeout=3m" ];
fileSystems."/mnt/d5".options = [ "x-systemd.mount-timeout=3m" ];
## Backups
### Git
@ -189,7 +191,7 @@
openFirewall = true;
keyFile = config.age.secrets."chia/farmer.key".path;
targetAddress = "xch1tl87mjd9zpugs7qy2ysc3j4qlftqlyjn037jywq6v2y4kp22g74qahn6sw";
plotDirectories = builtins.genList (i: "/mnt/d${toString i}/plots/contract-k32") 4;
plotDirectories = builtins.genList (i: "/mnt/d${toString i}/plots/contract-k32") 6;
};
## Storj

View File

@ -50,6 +50,18 @@
fsType = "btrfs";
};
fileSystems."/mnt/d4" =
{
device = "/dev/disk/by-uuid/6566588a-9399-4b35-a18c-060de0ee8431";
fsType = "btrfs";
};
fileSystems."/mnt/d5" =
{
device = "/dev/disk/by-uuid/850ce5db-4245-428a-a66d-2647abf62a4c";
fsType = "btrfs";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking