update readme & harden system

This commit is contained in:
root 2025-11-08 19:30:57 +00:00
parent 59dd33d66c
commit 9231d08176
3 changed files with 12 additions and 13 deletions

View file

@ -1,7 +1,11 @@
{ lib, modulesPath, ... }:
{
imports = [
./configuration.nix
./hardware-configuration.nix
./networking.nix
"${modulesPath}/profiles/hardened.nix"
{ environment.memoryAllocator.provider = lib.mkForce "libc"; }
];
}