From 289ec26987b4e7bb09cb914f0abb4badcea71fbc Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 8 May 2023 20:02:07 +0200 Subject: Fix(system): Import libvirt config --- system/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'system/default.nix') diff --git a/system/default.nix b/system/default.nix index 71d74528..d1eba0b4 100644 --- a/system/default.nix +++ b/system/default.nix @@ -3,16 +3,17 @@ ./boot ./fileSystemLayouts ./font + ./hardware #./impermanence already at flake level imported + ./libvirtd ./locale - ./sound + #./nixpkgs already at flake level imported ./options - ./users # the position of this item is fully arbitrary ./polkit - ./hardware ./services + ./sound ./tempfiles - #./nixpkgs already at flake level imported + ./users # the position of this item is fully arbitrary ]; # remove all the bloat, which nixos installs by default environment = { -- cgit 1.4.1