added default.nix files

This commit is contained in:
Ranomier 2024-12-01 20:59:42 +01:00
parent 6d82cb9640
commit 07948eefd3
10 changed files with 74 additions and 30 deletions

View file

@ -0,0 +1,8 @@
{ ... }: {
imports = [
./apparmor.nix
./firejail.nix
./login-manager.nix
./ssh.nix
];
}