Commit c3de4cf1b7ee
Changed files (2)
machines
machines/carthage.nix
@@ -1,8 +0,0 @@
-{
- imports = [ ./base.nix ];
- profiles.containers = {
- enable = true;
- docker = false;
- podman = true;
- };
-}
machines/kerkouane.nix
@@ -0,0 +1,3 @@
+{
+ imports = [ ./base.nixos.nix ];
+}