Initial commit

This commit is contained in:
Aleksandr 2024-08-05 20:53:43 +03:00
commit 38f32e9513
23 changed files with 243 additions and 0 deletions

6
modules/sops/all.nix Normal file
View file

@ -0,0 +1,6 @@
{
imports = [
./work.nix
./viendesu.nix
];
}