nixos/installation-device: Move systemPackages additions to profiles/base

Other package additions are there as well.
This commit is contained in:
Tuomas Tynkkynen
2018-10-27 15:17:13 +03:00
parent f4c02202ca
commit cc92fc0a83
2 changed files with 3 additions and 3 deletions
@@ -87,9 +87,6 @@ with lib;
# console less cumbersome if the machine has a public IP.
networking.firewall.logRefusedConnections = mkDefault false;
environment.systemPackages = [ pkgs.vim ];
# Allow the user to log in as root without a password.
users.users.root.initialHashedPassword = "";
};