Initial commit of flake-based NixOS config for the whole haus
This commit is contained in:
9
modules/common/security.nix
Normal file
9
modules/common/security.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
lynis
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user