fix: swan not using avahi because not set as physical

This commit is contained in:
Noah Masur 2023-07-17 11:38:08 -04:00
parent d85e4b1593
commit 22ab2acf66

View File

@ -15,6 +15,7 @@ inputs.nixpkgs.lib.nixosSystem {
{ {
# Hardware # Hardware
server = true; server = true;
physical = true;
networking.hostName = "swan"; networking.hostName = "swan";
boot.initrd.availableKernelModules = boot.initrd.availableKernelModules =