From f7e2f579d65eb5dbd0f651815ebd61835e8e6d78 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Sun, 7 Apr 2024 00:38:51 +0200 Subject: [PATCH] Add kotori module --- hosts/kamoshi/profiles/kotori.nix => kotori.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename hosts/kamoshi/profiles/kotori.nix => kotori.nix (83%) diff --git a/hosts/kamoshi/profiles/kotori.nix b/kotori.nix similarity index 83% rename from hosts/kamoshi/profiles/kotori.nix rename to kotori.nix index 27de4f3..aa4ca16 100644 --- a/hosts/kamoshi/profiles/kotori.nix +++ b/kotori.nix @@ -10,7 +10,7 @@ containers = { kotori = { image = "kamov/kotori:latest"; - environmentFiles = [ /root/secrets/kotori.env ]; + environmentFiles = [ /root/.secrets/kotori.env ]; autoStart = true; }; };