gitea service themeing, athame ygg fix, sources update

This commit is contained in:
kat witch 2021-08-17 03:04:59 +01:00
parent 09c2999240
commit 447a8ec190
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 26 additions and 12 deletions

View file

@ -86,14 +86,17 @@ with lib;
enable = true;
pubkey = "55e3f29c252d16e73ac849a6039824f94df1dee670c030b9e29f90584f935575";
listen.enable = true;
listen.endpoints = [ "tcp://${config.network.addresses.public.ipv4.address}:52969" "tcp://${config.network.addresses.public.ipv6.address}:52969" ];
listen.endpoints = [ "tcp://${config.network.addresses.public.ipv4.address}:52969" "tcp://[${config.network.addresses.public.ipv6.address}]:52969" ];
};
};
# Firewall
network.firewall = {
public.interfaces = singleton "enp1s0";
public = {
interfaces = singleton "enp1s0";
tcp.ports = singleton 52969;
};
private.interfaces = singleton "yggdrasil";
};