fix: DNS is shit

This commit is contained in:
Tom Hubrecht 2023-12-18 11:13:38 +01:00
parent c4c4ed18a5
commit bc0dd0afd6

View file

@ -176,5 +176,7 @@ in {
environment.systemPackages = [ pkgs.ffmpeg_6-headless ];
networking.hosts = { "129.199.146.148" = [ "s3.dgnum.eu" ]; };
dgn-secrets.matches."^nextcloud-.*$" = { owner = "nextcloud"; };
}