fmt
This commit is contained in:
parent
55c7a2532a
commit
24de6d6d64
2 changed files with 7 additions and 4 deletions
|
|
@ -1,11 +1,14 @@
|
|||
{ lib, modulesPath, ... }:
|
||||
{
|
||||
lib,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./networking.nix
|
||||
|
||||
"${modulesPath}/profiles/hardened.nix"
|
||||
{ environment.memoryAllocator.provider = lib.mkForce "libc"; }
|
||||
{environment.memoryAllocator.provider = lib.mkForce "libc";}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue