alpine: tweaks and fixes
This commit is contained in:
parent
0e2eef3ee0
commit
ae83324d9b
6 changed files with 70 additions and 7 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue