Compare commits
No commits in common. "5547534e6c7bb8c9f87e8860a48864e887d97d0c" and "d8ebc6d1cf9ce03838e967b5a32aa1cb370b82a5" have entirely different histories.
5547534e6c
...
d8ebc6d1cf
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ in
|
|||
|
||||
containers.git = {
|
||||
autoStart = true;
|
||||
ephemeral = false; # because of ssh key
|
||||
ephemeral = true;
|
||||
macvlans = [ "vserver" ];
|
||||
bindMounts = {
|
||||
"/var/lib/gitea" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue