tywin: add mnt/d4 and mnt/d5
This commit is contained in:
parent
ceedaa852f
commit
496d816f12
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user