diff --git a/hosts/violet/hardware-configuration.nix b/hosts/violet/hardware-configuration.nix index a0f0140..3d6034d 100644 --- a/hosts/violet/hardware-configuration.nix +++ b/hosts/violet/hardware-configuration.nix @@ -32,6 +32,11 @@ fsType = "ext4"; }; + fileSystems."/mnt/array" = { + device = "/dev/disk/by-uuid/c503088f-95aa-4bb0-85eb-d1de1e0158d0"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking