feat: add more swap

This commit is contained in:
Jet 2026-03-14 18:38:58 -07:00
parent 59ff6c1340
commit c3e5a74f57
No known key found for this signature in database

View file

@ -45,6 +45,16 @@
rsync rsync
]; ];
zramSwap = {
enable = true;
memoryPercent = 50;
};
services.openssh.hostKeys = [{
path = "/etc/ssh/ssh_host_ed25519_key";
type = "ed25519";
}];
users.users.root.openssh.authorizedKeys.keys = [ users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE40ISu3ydCqfdpb26JYD5cIN0Fu0id/FDS+xjB5zpqu jetthomaspham@gmail.com" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE40ISu3ydCqfdpb26JYD5cIN0Fu0id/FDS+xjB5zpqu jetthomaspham@gmail.com"
]; ];