Compare commits

..

No commits in common. "5547534e6c7bb8c9f87e8860a48864e887d97d0c" and "d8ebc6d1cf9ce03838e967b5a32aa1cb370b82a5" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
./modules/dhcp4.nix
./modules/unbound.nix
./modules/avahi.nix
./modules/openconnect.nix
# ./modules/openconnect.nix
./modules/wireguard.nix
./modules/podman.nix
./modules/omada.nix

View file

@ -29,7 +29,7 @@ in
containers.git = {
autoStart = true;
ephemeral = false; # because of ssh key
ephemeral = true;
macvlans = [ "vserver" ];
bindMounts = {
"/var/lib/gitea" = {