diff --git a/hosts/nas/configuration.nix b/hosts/nas/configuration.nix index cfb95e6..c70e477 100755 --- a/hosts/nas/configuration.nix +++ b/hosts/nas/configuration.nix @@ -136,4 +136,6 @@ libvirtd.enable = true; }; + + nixpkgs.config.allowUnfree = true; } diff --git a/hosts/nas/hardware-configuration.nix b/hosts/nas/hardware-configuration.nix index 0c834c9..95248f4 100755 --- a/hosts/nas/hardware-configuration.nix +++ b/hosts/nas/hardware-configuration.nix @@ -92,10 +92,6 @@ device = "/dev/disk/by-id/ata-Samsung_SSD_860_EVO_500GB_S3Z1NW0KA10457X-part2"; randomEncryption.enable = true; } - { - device = "/dev/disk/by-id/ata-SSD2SC240G1SA754D117-820_PNY29140000558890457"; - randomEncryption.enable = true; - } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking