From: Skullheadx Date: Thu, 4 Jun 2026 04:03:48 +0000 (-0400) Subject: automount data hdd X-Git-Url: http://git.skullheadx.com/index.css?a=commitdiff_plain;h=7e911b9d9e1eb16bba8ea914cd7598a428e59792;p=nixos.git automount data hdd --- diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index 06d7350..f15fbf2 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -148,7 +148,11 @@ ''; }; }; - + 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.