aboutsummaryrefslogtreecommitdiff
path: root/hosts/laurel/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/laurel/hardware-configuration.nix')
-rw-r--r--hosts/laurel/hardware-configuration.nix7
1 files changed, 7 insertions, 0 deletions
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 @@
20 fsType = "ext4"; 20 fsType = "ext4";
21 }; 21 };
22 22
23 fileSystems."/servarr" =
24 {
25 device = "/dev/sdb";
26 fsType = "ext4";
27 };
28
29
23 fileSystems."/boot" = 30 fileSystems."/boot" =
24 { 31 {
25 device = "/dev/disk/by-uuid/FDC2-EFD1"; 32 device = "/dev/disk/by-uuid/FDC2-EFD1";