tywin: mount /mnt/d6
This commit is contained in:
parent
1945294218
commit
3a92fe8a7f
@ -48,6 +48,7 @@
|
|||||||
fileSystems."/mnt/d3".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/d4".options = [ "x-systemd.mount-timeout=3m" ];
|
||||||
fileSystems."/mnt/d5".options = [ "x-systemd.mount-timeout=3m" ];
|
fileSystems."/mnt/d5".options = [ "x-systemd.mount-timeout=3m" ];
|
||||||
|
fileSystems."/mnt/d6".options = [ "x-systemd.mount-timeout=3m" ];
|
||||||
|
|
||||||
## Backups
|
## Backups
|
||||||
### Git
|
### Git
|
||||||
@ -191,7 +192,7 @@
|
|||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
keyFile = config.age.secrets."chia/farmer.key".path;
|
keyFile = config.age.secrets."chia/farmer.key".path;
|
||||||
targetAddress = "xch1tl87mjd9zpugs7qy2ysc3j4qlftqlyjn037jywq6v2y4kp22g74qahn6sw";
|
targetAddress = "xch1tl87mjd9zpugs7qy2ysc3j4qlftqlyjn037jywq6v2y4kp22g74qahn6sw";
|
||||||
plotDirectories = builtins.genList (i: "/mnt/d${toString i}/plots/contract-k32") 6;
|
plotDirectories = builtins.genList (i: "/mnt/d${toString i}/plots/contract-k32") 7;
|
||||||
};
|
};
|
||||||
|
|
||||||
## Storj
|
## Storj
|
||||||
|
@ -62,6 +62,12 @@
|
|||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/d6" =
|
||||||
|
{
|
||||||
|
device = "/dev/disk/by-uuid/78bc5c57-d554-43c5-9a84-14e3dc52b1b3";
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user