fix changing ssh key at git
This commit is contained in:
parent
31521248b8
commit
5547534e6c
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ in
|
||||||
|
|
||||||
containers.git = {
|
containers.git = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ephemeral = true;
|
ephemeral = false; # because of ssh key
|
||||||
macvlans = [ "vserver" ];
|
macvlans = [ "vserver" ];
|
||||||
bindMounts = {
|
bindMounts = {
|
||||||
"/var/lib/gitea" = {
|
"/var/lib/gitea" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue