From 705220a704099658bf5dc10932303368c4b308e6 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 29 May 2025 18:40:49 -0500 Subject: [PATCH] ?? --- hosts/nas/configuration.nix | 2 ++ hosts/nas/hardware-configuration.nix | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) 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