Initial commit

This commit is contained in:
Aleksandr 2024-08-05 20:53:43 +03:00
commit 1ceaf7acff
26 changed files with 434 additions and 0 deletions

7
modules/default.nix Normal file
View file

@ -0,0 +1,7 @@
{
imports = [
./sops.nix
./vpn
./users
];
}