# Configuration shared by all machines. Machine-specific settings live under # ../machines//default.nix. { ... }: { imports = [ ./core.nix ./lan-discovery.nix ]; }