From bede6932a527086b304017e2e0d0295f661efd9a Mon Sep 17 00:00:00 2001 From: op Date: Fri, 17 May 2024 09:31:26 +0100 Subject: add radicale, flaresolverr --- hosts/laurel/hardware-configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/laurel/hardware-configuration.nix') diff --git a/hosts/laurel/hardware-configuration.nix b/hosts/laurel/hardware-configuration.nix index 142c4a7..cd34eae 100644 --- a/hosts/laurel/hardware-configuration.nix +++ b/hosts/laurel/hardware-configuration.nix @@ -20,6 +20,13 @@ fsType = "ext4"; }; + fileSystems."/servarr" = + { + device = "/dev/sdb"; + fsType = "ext4"; + }; + + fileSystems."/boot" = { device = "/dev/disk/by-uuid/FDC2-EFD1"; -- cgit v1.2.3