From 0edb8394c8eabd9758b85b180a1f87652a7f4e0d Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Wed, 17 Jul 2024 22:19:41 +0100 Subject: [PATCH] tywin: mount d6 --- .../hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 8615974..098da9d 100644 --- a/hosts/tywin.storage.ts.hillion.co.uk/hardware-configuration.nix +++ b/hosts/tywin.storage.ts.hillion.co.uk/hardware-configuration.nix @@ -67,6 +67,12 @@ fsType = "btrfs"; }; + fileSystems."/mnt/d6" = + { + device = "/dev/disk/by-uuid/b461e07d-39ab-46b4-b1d1-14c2e0791915"; + fsType = "btrfs"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking