forked from pub-solar/os
Merge branch 'main' into teutat3s-init-fae
This commit is contained in:
commit
749110bed5
|
@ -112,7 +112,11 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
# For rage encryption, all hosts need a ssh key pair
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
openFirewall = lib.mkDefault false;
|
||||
};
|
||||
|
||||
# Service that makes Out of Memory Killer more effective
|
||||
services.earlyoom.enable = true;
|
||||
|
|
Loading…
Reference in a new issue