Set up gotosocial

This commit is contained in:
Natsu Kagami 2023-05-04 14:34:00 +02:00
parent 4554c04549
commit 0e936ee2bb
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
6 changed files with 161 additions and 3 deletions

View file

@ -37,7 +37,7 @@ let
virtualisation.podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
# defaultNetwork.settings.dns_enabled = true;
};
virtualisation.oci-containers.backend = "podman";