tywin: d0: mount and add to chia
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-06-16 11:57:11 +01:00
parent 77fef0efa3
commit e84b929805
2 changed files with 11 additions and 1 deletions

View File

@ -31,6 +31,8 @@
extraPools = [ "data" ];
};
fileSystems."/mnt/d0".options = [ "x-systemd.mount-timeout=3m" ];
## Resilio
custom.resilio.enable = true;
@ -69,7 +71,9 @@
path = "/data/chia";
keyFile = config.age.secrets."chia/farmer.key".path;
targetAddress = "xch1tl87mjd9zpugs7qy2ysc3j4qlftqlyjn037jywq6v2y4kp22g74qahn6sw";
plotDirectories = [ ];
plotDirectories = [
"/mnt/d0/plots/contract-k32"
];
};
## Storj

View File

@ -26,6 +26,12 @@
fsType = "vfat";
};
fileSystems."/mnt/d0" =
{
device = "/dev/disk/by-uuid/b424c997-4be6-42f3-965a-f5b3573a9cb3";
fsType = "btrfs";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking