Clean up montalin configuration

This commit is contained in:
Fabian Hauser 2020-03-08 17:29:51 +00:00
parent 47e750ae10
commit 287f22da35
2 changed files with 2 additions and 6 deletions

View file

@ -6,6 +6,7 @@
system.autoUpgrade.allowReboot = false;
boot.loader.timeout = 2;
boot.tmpOnTmpfs = true;
i18n = {
consoleFont = "Lat2-Terminus16";
@ -16,6 +17,7 @@
environment.systemPackages = with pkgs; [
wget curl vim tmux git ncat bind ack
fwupd pciutils dmidecode smartmontools parted
borgbckup
];
services.fwupd.enable = true;