about summary refs log tree commit diff stats
path: root/system/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-08 20:02:07 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:33:37 +0200
commit289ec26987b4e7bb09cb914f0abb4badcea71fbc (patch)
treec2792bd3e0c9ce8d842c933ab150c6ee9f038950 /system/default.nix
parentFix(hm/conf/zsh): Remove unneeded environment variables (diff)
downloadnixos-config-289ec26987b4e7bb09cb914f0abb4badcea71fbc.tar.gz
nixos-config-289ec26987b4e7bb09cb914f0abb4badcea71fbc.zip
Fix(system): Import libvirt config
Diffstat (limited to '')
-rw-r--r--system/default.nix9
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 = {