nixos/machines/Sheol/configuration.nix

18 lines
310 B
Nix
Raw Permalink Normal View History

{ ... }:
{
2024-11-15 21:58:10 +01:00
services = {
avahi = {
enable = true;
openFirewall = true;
publish = {
enable = true;
workstation = true;
userServices = true;
};
};
cron.enable = false;
};
networking.dhcpcd.extraConfig = "noarp";
system.stateVersion = "24.05";
}