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

9 lines
129 B
Nix

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