diff --git a/auxin/configuration.nix b/auxin/configuration.nix index 1799109..f2a94a7 100644 --- a/auxin/configuration.nix +++ b/auxin/configuration.nix @@ -58,7 +58,14 @@ # BTRFS scrub btrfs.autoScrub.enable = true; - avahi.enable = true; + avahi = { + enable = true; + ipv4 = true; + ipv6 = true; + nssmdns6 = true; + nssmdns4 = true; + openFirewall = true; + }; tuptime.enable = true; tuptime.timer.enable = true; @@ -159,6 +166,7 @@ delta fastfetch file + fd fzf gcc git diff --git a/flake.lock b/flake.lock index 34acd63..b700f20 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1718160348, - "narHash": "sha256-9YrUjdztqi4Gz8n3mBuqvCkMo4ojrA6nASwyIKWMpus=", + "lastModified": 1719848872, + "narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "57d6973abba7ea108bac64ae7629e7431e0199b6", + "rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8", "type": "github" }, "original": {