mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
fix: swan not using avahi because not set as physical
This commit is contained in:
parent
d85e4b1593
commit
22ab2acf66
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user