From 0a260f2cf17ec8c1d10ed602e8b0d220535a7717 Mon Sep 17 00:00:00 2001 From: kenny Date: Fri, 25 Jul 2025 14:39:14 +0300 Subject: [PATCH] building libvirt --- hosts/puter/default.nix | 1 + hosts/puter/hardware-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"]; }