diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 8d351fc..1e4ce52 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -18,6 +18,11 @@ fsType = "ext4"; }; + fileSystems."/srv/media" = + { device = "/dev/sda1"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking