tywin: d0: mount and add to chia
This commit is contained in:
parent
77fef0efa3
commit
e84b929805
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user