alpine: tweaks and fixes

This commit is contained in:
Tristan 2025-05-23 18:32:59 +01:00
parent 0e2eef3ee0
commit ae83324d9b
6 changed files with 70 additions and 7 deletions

View file

@ -25,7 +25,10 @@ in {
configurationLimit = 50;
};
boot.loader.efi.canTouchEfiVariables = true;
boot.tmp.useTmpfs = true;
boot.tmp = {
useTmpfs = lib.mkDefault true;
cleanOnBoot = true;
};
networking.networkmanager.enable = true;
programs.nm-applet = {