From c0ec3d9141fda1a83c0eafcee4f2d4b85c900fcf Mon Sep 17 00:00:00 2001 From: Paul Hartman Date: Fri, 17 Jan 2025 04:12:00 -0600 Subject: [PATCH] yep --- hosts/legion/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/legion/hardware-configuration.nix b/hosts/legion/hardware-configuration.nix index 94223c1..2fdb61b 100644 --- a/hosts/legion/hardware-configuration.nix +++ b/hosts/legion/hardware-configuration.nix @@ -18,6 +18,12 @@ fsType = "ext4"; }; + fileSystems."/home/paul/Lidarr" = + { device = "/dev/disk/by-uuid/5b2c0ad2-4f7a-46b5-a35b-61486f4dc49e"; + fsType = "btrfs"; + options = ["defaults" "users"]; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/DDC1-27A9"; fsType = "vfat";