about summary refs log tree commit diff
path: root/nixos/tests/guix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-11 09:33:11 +0200
committerFlorian Klink <flokli@flokli.de>2023-12-11 09:36:15 +0200
commit1c09cb43cea8bee1fd8c4d629fab80f6582f2eeb (patch)
tree6580a5ecdc1b3b9ee586d028e5f7b5463b9ab51d /nixos/tests/guix
parente97b3e4186bcadf0ef1b6be22b8558eab1cdeb5d (diff)
nixos/avahi: rename remaining config options
services.avahi.nssmdns got split into services.avahi.nssmdns{4,6},
nothing should access the old alias anymore so there's no eval warnings.

Reported in https://github.com/NixOS/nixpkgs/pull/258424#issuecomment-1849428869
Diffstat (limited to 'nixos/tests/guix')
-rw-r--r--nixos/tests/guix/publish.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/guix/publish.nix b/nixos/tests/guix/publish.nix
index 6dbe8f99ebd68..a15e00b0fa981 100644
--- a/nixos/tests/guix/publish.nix
+++ b/nixos/tests/guix/publish.nix
@@ -16,7 +16,7 @@ in {
       # substitute server which requires Avahi.
       services.avahi = {
         enable = true;
-        nssmdns = true;
+        nssmdns4 = true;
         publish = {
           enable = true;
           userServices = true;