update readme & harden system
This commit is contained in:
parent
59dd33d66c
commit
9231d08176
3 changed files with 12 additions and 13 deletions
|
|
@ -1,7 +1,11 @@
|
|||
{ lib, modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./networking.nix
|
||||
|
||||
"${modulesPath}/profiles/hardened.nix"
|
||||
{ environment.memoryAllocator.provider = lib.mkForce "libc"; }
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue