diff --git a/system/hoardfrost/hardware-configuration.nix b/system/hoardfrost/hardware-configuration.nix index 9fd6338..b360562 100644 --- a/system/hoardfrost/hardware-configuration.nix +++ b/system/hoardfrost/hardware-configuration.nix @@ -24,6 +24,11 @@ options = [ "fmask=0077" "dmask=0077" ]; }; + fileSystems."/srv/samba/hoardfrost/mainstore/media" = { + device = "/dev/disk/by-uuid/2ca2827b-405a-4eb4-b6ba-98620c0a07c8"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking