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; enable = true;
openFirewall = true; openFirewall = true;
keyFile = config.age.secrets."chia/farmer.key".path; 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 ## Downloads

View File

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