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

12 lines
189 B
Nix

{ pkgs, ... }:
{
services.cron.enable = false;
networking.dhcpcd.extraConfig = "noarp";
environment.systemPackages = with pkgs; [ xdiskusage ];
system.stateVersion = "19.03";
}