From 6cc70e117d3095cbe479952cccd4c7c83ff519f6 Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Thu, 22 Aug 2024 15:16:31 +0100 Subject: [PATCH] tywin: mount d7 --- hosts/tywin.storage.ts.hillion.co.uk/default.nix | 2 +- .../hardware-configuration.nix | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/tywin.storage.ts.hillion.co.uk/default.nix b/hosts/tywin.storage.ts.hillion.co.uk/default.nix index cc3d9dd..1053d55 100644 --- a/hosts/tywin.storage.ts.hillion.co.uk/default.nix +++ b/hosts/tywin.storage.ts.hillion.co.uk/default.nix @@ -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 diff --git a/hosts/tywin.storage.ts.hillion.co.uk/hardware-configuration.nix b/hosts/tywin.storage.ts.hillion.co.uk/hardware-configuration.nix index 098da9d..dd22b69 100644 --- a/hosts/tywin.storage.ts.hillion.co.uk/hardware-configuration.nix +++ b/hosts/tywin.storage.ts.hillion.co.uk/hardware-configuration.nix @@ -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