]> Skullheadx's Git Forge - nixos.git/commitdiff
automount data hdd
authorSkullheadx <admonty1@protonmail.com>
Thu, 4 Jun 2026 04:03:48 +0000 (00:03 -0400)
committerSkullheadx <admonty1@protonmail.com>
Thu, 4 Jun 2026 04:03:48 +0000 (00:03 -0400)
hosts/icon/configuration.nix

index 06d7350439388bca71c9ff5a63d6106e80b3e725..f15fbf2af2587bf3a9173a210a30514916d398d4 100644 (file)
       '';
     };
   };
-
+  fileSystems."/srv/data" = {
+    device = "/dev/disk/by-uuid/9014f510-b08e-488f-8c43-20a4ac7f15cc";
+    fsType = "ext4";
+    options = ["defaults" "nofail"];
+  };
   networking.hostName = "icon";
   # networking.wireless.enable = true;  # Enables wireless support via wpa_supplicant.