mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Security] move hardening config to a dedicated security subfolder
This commit is contained in:
parent
7fcea8a377
commit
398343a1b3
3 changed files with 7 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
./filesystems.nix
|
./filesystems.nix
|
||||||
./hardening.nix
|
./security
|
||||||
./hardware
|
./hardware
|
||||||
./laptop.nix
|
./laptop.nix
|
||||||
./power.nix
|
./power.nix
|
||||||
|
|
|
||||||
6
security/default.nix
Normal file
6
security/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{config, ...}:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./hardening.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue