forked from DGNum/infrastructure
fix: DNS is shit
This commit is contained in:
parent
c4c4ed18a5
commit
bc0dd0afd6
1 changed files with 2 additions and 0 deletions
|
@ -176,5 +176,7 @@ in {
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.ffmpeg_6-headless ];
|
environment.systemPackages = [ pkgs.ffmpeg_6-headless ];
|
||||||
|
|
||||||
|
networking.hosts = { "129.199.146.148" = [ "s3.dgnum.eu" ]; };
|
||||||
|
|
||||||
dgn-secrets.matches."^nextcloud-.*$" = { owner = "nextcloud"; };
|
dgn-secrets.matches."^nextcloud-.*$" = { owner = "nextcloud"; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue