diff --git a/homelab-services/minio-service/flake.nix b/homelab-services/minio-service/flake.nix index 174ec23..ee3a6e8 100755 --- a/homelab-services/minio-service/flake.nix +++ b/homelab-services/minio-service/flake.nix @@ -167,9 +167,6 @@ EOF # Cleanup rm -f "$policy_file" - # Delete alias if it already exists - mc alias rm "$alias_name" || true - done ''; User = "minio"; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f49d8b6..c6986cc 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -138,6 +138,20 @@ in }; }; + # ================================ # + # BLOG SERVICE # + # ================================ # + + # Minio for backend storage + + # Postgresql/postgrest for text storage + + # Fullstack sourcecode + + # ================================ # + # END BLOG SERVICE # + # ================================ # + # ================================ # # MINECRAFT # # ================================ #