Option name changes.

This commit is contained in:
Kevin Baensch 2019-09-05 15:24:54 +02:00
parent c2a93c6004
commit dc55eea98a
2 changed files with 3 additions and 5 deletions

View file

@ -5,10 +5,8 @@
./hardware-configuration.nix
];
services = {
cron.enable = false;
gnome3.gnome-terminal-server.enable = true;
};
programs.gnome-terminal.enable = true;
services.cron.enable = false;
networking.dhcpcd.extraConfig = "noarp";