tywin: mount d7
Some checks failed
flake / flake (push) Has been cancelled

This commit is contained in:
Jake Hillion 2024-08-22 15:16:31 +01:00
parent 70b53b5c01
commit a78d02a96e
2 changed files with 7 additions and 1 deletions

View File

@ -218,7 +218,7 @@
enable = true;
openFirewall = true;
keyFile = config.age.secrets."chia/farmer.key".path;
plotDirectories = builtins.genList (i: "/mnt/d${toString i}/plots/contract-k32") 7;
plotDirectories = builtins.genList (i: "/mnt/d${toString i}/plots/contract-k32") 8;
};
## Downloads

View File

@ -73,6 +73,12 @@
fsType = "btrfs";
};
fileSystems."/mnt/d7" =
{
device = "/dev/disk/by-uuid/eb8d32d0-e506-449b-8dbc-585ba05c4252";
fsType = "btrfs";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking