diff --git a/hosts/puter/default.nix b/hosts/puter/default.nix index e4f82c7..d46ee4e 100644 --- a/hosts/puter/default.nix +++ b/hosts/puter/default.nix @@ -16,6 +16,7 @@ ../../modules/common/security.nix ../../modules/common/steam.nix ../../modules/common/wine.nix + ../../modules/common/libvirt.nix ]; networking.hostName = "puter"; # This will be overridden by system/default.nix diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 6602562..ab8c1d6 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -80,5 +80,5 @@ boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"]; - nixpkgs.config.permittedInsecurePackages = ["broadcom-sta-6.30.223.271-57-6.12.38" "python-2.7.18.8"]; + nixpkgs.config.permittedInsecurePackages = ["broadcom-sta-6.30.223.271-57-6.12.39" "python-2.7.18.8"]; }