1
0
Fork 0
nixos/machines/Marid/configuration.nix

8 lines
128 B
Nix

{ pkgs, ... }:
{
services.cron.enable = false;
networking.dhcpcd.extraConfig = "noarp";
system.stateVersion = "21.05";
}