Commit f8500626305d

Vincent Demeester <vincent@sbr.pm>
2020-12-21 17:53:25
flake: fix modules
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 594ceb5
Changed files (3)
systems
systems/modules/desktop.flake.nix → systems/modules/profiles/desktop.flake.nix
File renamed without changes
systems/modules/virtualisation/default.nix
@@ -1,6 +1,6 @@
 {
   imports = [
-    ../buildkit.nix
-    ../containerd.nix
+    ./buildkit.nix
+    ./containerd.nix
   ];
 }
systems/modules/default.flake.nix
@@ -2,6 +2,7 @@
 
 {
   imports = [
+    ./profiles/default.flake.nix
     ./virtualisation
   ];
 }