From 9cd3c1b5b0a3ad85b53ae6ea910c5ab41e75885a Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Wed, 12 Jun 2024 20:28:17 +0700 Subject: [PATCH] podman: refactor file --- system/default.nix | 1 + system/modules/default.nix | 1 - system/{modules/podman.nix => podman/default.nix} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename system/{modules/podman.nix => podman/default.nix} (100%) 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