From 22ab2acf66abb3c278e03d49568cdb22f1e7f671 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 17 Jul 2023 11:38:08 -0400 Subject: [PATCH] fix: swan not using avahi because not set as physical --- hosts/swan/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/swan/default.nix b/hosts/swan/default.nix index d175696..6f6a95f 100644 --- a/hosts/swan/default.nix +++ b/hosts/swan/default.nix @@ -15,6 +15,7 @@ inputs.nixpkgs.lib.nixosSystem { { # Hardware server = true; + physical = true; networking.hostName = "swan"; boot.initrd.availableKernelModules =