Add ai and local address

This commit is contained in:
2025-09-24 18:35:23 +02:00
parent 9557fa33c6
commit c7016ba717
4 changed files with 10 additions and 2 deletions

View File

@@ -12,6 +12,10 @@
time.timeZone = "Europe/Berlin";
programs.nix-ld.enable = true; # Linking support
# For local domains in link locals and other goods
services.avahi.enable = true;
services.avahi.nssmdns4 = true;
environment = {
systemPackages = with pkgs; [
git