updates
This commit is contained in:
parent
63bbeaca3b
commit
ce01469113
37 changed files with 1621 additions and 384 deletions
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
../../common/networking
|
||||
../../common/virtualization
|
||||
../../common/nixos
|
||||
../../common/gui
|
||||
|
||||
./syncthing.nix
|
||||
./auditd.nix
|
||||
|
|
@ -46,6 +48,7 @@
|
|||
ssh.enable = true;
|
||||
ssh_guard.enable = true;
|
||||
nfs.enable = true;
|
||||
steam.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
stdenv,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
boot.kernelPackages = pkgs.linuxPackages_hardened;
|
||||
boot.kernelParams = [
|
||||
# Disable slab merging to prevent heap exploitation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue