From 647fb336f3ae3561d1905727ff58c1146c716028 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 25 Jun 2025 18:05:58 +0200 Subject: [PATCH] Add HDD to sol --- hosts/sol/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.2