avahi & theme

This commit is contained in:
2025-04-10 07:28:43 -04:00
parent 11495102c7
commit 0170bd1ace
5 changed files with 61 additions and 48 deletions

View File

@@ -23,5 +23,11 @@ in
workstation = true;
};
};
# Cloud Init
systemd.services.avahi-daemon = mkIf config.${namespace}.services.cloud-init.enable {
after = [ "cloud-final.service" ];
requires = [ "cloud-final.service" ];
};
};
}