diff --git a/system/default.nix b/system/default.nix index 94b0969..eee496e 100644 --- a/system/default.nix +++ b/system/default.nix @@ -4,6 +4,7 @@ profile-path hardware-configuration ./modules + ./podman ./programs.nix ./user.nix ./keyboard.nix diff --git a/system/modules/default.nix b/system/modules/default.nix index e829772..ead12f1 100644 --- a/system/modules/default.nix +++ b/system/modules/default.nix @@ -15,7 +15,6 @@ ./kde.nix ./networking.nix ./openssh.nix - ./podman.nix ./printing.nix ./scanner.nix ./sops.nix diff --git a/system/modules/podman.nix b/system/podman/default.nix similarity index 100% rename from system/modules/podman.nix rename to system/podman/default.nix