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

11 lines
171 B
Nix

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