13 lines
335 B
Nix
13 lines
335 B
Nix
{clan-core, ...}: {
|
|
imports = [
|
|
clan-core.clanModules.static-hosts
|
|
];
|
|
|
|
clan.core.settings.machine-id.enable = true;
|
|
clan.core.settings.state-version.enable = true;
|
|
|
|
networking.hosts."fd77:acc0:1d56:2265:499:9367:28e0:97d3" = ["moritz-remarkable"];
|
|
|
|
# Locale service discovery and mDNS
|
|
services.avahi.enable = true;
|
|
}
|