tailscale fix???
This commit is contained in:
parent
fa94214498
commit
311bafce0b
3 changed files with 9 additions and 6 deletions
|
|
@ -128,6 +128,11 @@
|
|||
DefaultTimeoutStopSec=15s
|
||||
'';
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "zstd";
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = lib.mkDefault true;
|
||||
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
|
||||
boot.loader.timeout = lib.mkForce 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue