lots
This commit is contained in:
parent
59b0c85d63
commit
e09709c638
22 changed files with 335 additions and 197 deletions
|
|
@ -115,6 +115,7 @@
|
|||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILq54YrM3BbhBs0oDLOrc1bkg6FCCmkV4E3pWLZp0ejN gwg313@pm.me"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPZK7127ict2+Urhi1cbD6EIU85mD4lkQ9/ihaif0jsX" # Phone
|
||||
];
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
freeSwapThreshold = 2;
|
||||
freeMemThreshold = 2;
|
||||
enableNotifications = true;
|
||||
extraArgs = [
|
||||
"-g"
|
||||
"--avoid '^(.Hyrpland-wrapp|alacritty|zerotier-one|.waybar-wrapped)$'"
|
||||
"--prefer '^(electron|libreoffice|gimp|Isolated Web Co)$'"
|
||||
];
|
||||
# extraArgs = [
|
||||
# "-g"
|
||||
# "--avoid '^(.Hyrpland-wrapp|alacritty|zerotier-one|.waybar-wrapped)$'"
|
||||
# "--prefer '^(electron|libreoffice|gimp|Isolated Web Co)$'"
|
||||
# ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
# boot.kernelPackages = pkgs.linuxPackages_hardened;
|
||||
boot.kernelPackages = pkgs.linuxPackages_hardened;
|
||||
boot.kernelParams = [
|
||||
# Disable slab merging to prevent heap exploitation
|
||||
"slab_nomerge"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue