8 lines
151 B
Nix
8 lines
151 B
Nix
{
|
|
imports = [
|
|
./configuration.nix
|
|
./hardware-configuration.nix
|
|
./networking.nix
|
|
<nixpkgs/nixos/modules/profiles/hardened.nix>
|
|
];
|
|
}
|