From b834c69d9c8dca7544498fac68bfa9205c208bff Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 11 Mar 2026 08:44:02 +0100 Subject: update config --- hosts/workstation/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'hosts/workstation') diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index c4c6f9f..28f92a6 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -1,4 +1,4 @@ -{ pkgs, nixpkgs, ... }: +{ pkgs, nixpkgs, lib, ... }: { imports = [ ./hardware.nix @@ -99,6 +99,12 @@ enable = true; nssmdns4 = true; openFirewall = true; + publish = { + enable = true; + addresses = true; + workstation = true; + userServices = true; + }; }; systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ]; @@ -106,6 +112,8 @@ environment.systemPackages = with pkgs; [ clinfo ]; + networking.firewall.enable = lib.mkForce false; + virtualisation = { libvirtd = { enable = true; -- cgit v1.2.3-70-g09d2