diff options
Diffstat (limited to 'hosts/sol')
| -rw-r--r-- | hosts/sol/hardware-configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
