base: auto-upgrade

This commit is contained in:
Daniel Lovbrotte Olsen 2022-04-02 00:57:53 +02:00 committed by System administrator
parent 7753de6c2b
commit fe91e38a87
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
keyMap = "no";
};
system.autoUpgrade.enable = true;
nix.gc.automatic = true;
environment.systemPackages = with pkgs; [
git
vim