diff options
author | Soispha <soispha@vhack.eu> | 2023-05-08 20:02:07 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:33:37 +0200 |
commit | 289ec26987b4e7bb09cb914f0abb4badcea71fbc (patch) | |
tree | c2792bd3e0c9ce8d842c933ab150c6ee9f038950 /system/default.nix | |
parent | Fix(hm/conf/zsh): Remove unneeded environment variables (diff) | |
download | nixos-config-289ec26987b4e7bb09cb914f0abb4badcea71fbc.tar.gz nixos-config-289ec26987b4e7bb09cb914f0abb4badcea71fbc.zip |
Fix(system): Import libvirt config
Diffstat (limited to '')
-rw-r--r-- | system/default.nix | 9 |
1 files changed, 5 insertions, 4 deletions
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 = { |