diff --git a/hosts/bolle/configuration.nix b/hosts/bolle/configuration.nix index 57d2767..5978a9a 100644 --- a/hosts/bolle/configuration.nix +++ b/hosts/bolle/configuration.nix @@ -17,7 +17,7 @@ ../../profiles/shell.nix - ../../profiles/domeneshop-dyndns + ../../profiles/domeneshop-dyndns.nix ../../profiles/remote-builders.nix #../../profiles/autossh-reverse-tunnels ]; diff --git a/hosts/brumlebasse/configuration.nix b/hosts/brumlebasse/configuration.nix index 25400e3..9e2df5c 100644 --- a/hosts/brumlebasse/configuration.nix +++ b/hosts/brumlebasse/configuration.nix @@ -18,7 +18,7 @@ ../../profiles/shell.nix - #../../profiles/domeneshop-dyndns + #../../profiles/domeneshop-dyndns.nix ../../profiles/remote-builders.nix ]; #services.domeneshop-updater.targets = [ config.networking.fqdn ]; diff --git a/hosts/eple/configuration.nix b/hosts/eple/configuration.nix index 2ca48de..5801328 100644 --- a/hosts/eple/configuration.nix +++ b/hosts/eple/configuration.nix @@ -18,7 +18,7 @@ ../../profiles/shell.nix - ../../profiles/domeneshop-dyndns + ../../profiles/domeneshop-dyndns.nix ../../profiles/remote-builders.nix #../../profiles/autossh-reverse-tunnels ]; diff --git a/hosts/garp/configuration.nix b/hosts/garp/configuration.nix index 2b2e756..934998d 100644 --- a/hosts/garp/configuration.nix +++ b/hosts/garp/configuration.nix @@ -41,7 +41,7 @@ ##../../profiles/desktop/sound/pulseaudio.nix #../../profiles/desktop/sound/pipewire.nix - ../../profiles/domeneshop-dyndns + ../../profiles/domeneshop-dyndns.nix ../../profiles/remote-builders.nix ]; services.domeneshop-updater.targets = [ config.networking.fqdn ]; diff --git a/hosts/nord/configuration.nix b/hosts/nord/configuration.nix index 80e29b4..ade72fc 100644 --- a/hosts/nord/configuration.nix +++ b/hosts/nord/configuration.nix @@ -42,7 +42,7 @@ ../../profiles/remote-builders.nix #../../profiles/autossh-reverse-tunnels - #../../profiles/domeneshop-dyndns # handled by noximilien + #../../profiles/domeneshop-dyndns.nix # handled by noximilien ]; nix.settings.max-jobs = 1; # this host do be stinky diff --git a/hosts/noximilien/configuration.nix b/hosts/noximilien/configuration.nix index 5016024..9fe00a4 100644 --- a/hosts/noximilien/configuration.nix +++ b/hosts/noximilien/configuration.nix @@ -89,7 +89,7 @@ #../../profiles/http/services/trivial-gradios #../../profiles/code-remote # TODO: move into web? services? - ../../profiles/domeneshop-dyndns + ../../profiles/domeneshop-dyndns.nix ../../profiles/remote-builders.nix ../../profiles/autossh-reverse-tunnels #../../profiles/xrdp diff --git a/hosts/sopp/configuration.nix b/hosts/sopp/configuration.nix index 81144f5..998d6f5 100644 --- a/hosts/sopp/configuration.nix +++ b/hosts/sopp/configuration.nix @@ -51,7 +51,7 @@ ../../profiles/remote-builders.nix #../../profiles/autossh-reverse-tunnels - #../../profiles/domeneshop-dyndns # handled by noximilien + #../../profiles/domeneshop-dyndns.nix # handled by noximilien ]; networking.firewall.allowedTCPPorts = [ 57621 ]; # spotify local discovery diff --git a/profiles/domeneshop-dyndns/default.nix b/profiles/domeneshop-dyndns.nix similarity index 100% rename from profiles/domeneshop-dyndns/default.nix rename to profiles/domeneshop-dyndns.nix