Clean up montalin configuration
This commit is contained in:
parent
47e750ae10
commit
287f22da35
2 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue