From 5547534e6c7bb8c9f87e8860a48864e887d97d0c Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 22:31:33 +0100 Subject: [PATCH] fix changing ssh key at git --- hosts/fw.cloonar.com/modules/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 3228068..15ceb82 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -29,7 +29,7 @@ in containers.git = { autoStart = true; - ephemeral = true; + ephemeral = false; # because of ssh key macvlans = [ "vserver" ]; bindMounts = { "/var/lib/gitea" = {