From: Dominik Kaiser Date: Wed, 25 Jun 2025 16:05:58 +0000 (+0200) Subject: Add HDD to sol X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=647fb336f3ae3561d1905727ff58c1146c716028;p=config%2Fnixos.git Add HDD to sol --- diff --git a/hosts/sol/hardware-configuration.nix b/hosts/sol/hardware-configuration.nix index cd95066..6757831 100644 --- a/hosts/sol/hardware-configuration.nix +++ b/hosts/sol/hardware-configuration.nix @@ -26,6 +26,12 @@ options = [ "fmask=0077" "dmask=0077" ]; }; + fileSystems."/mnt/hdd" = + { device = "/dev/disk/by-uuid/cdbcd0ba-9d57-4787-a747-2958c835fbf4"; + fsType = "ext4"; + }; + + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking