add cloudnix config

This commit is contained in:
Sam 2025-01-25 14:05:42 +00:00
parent 02b736cc0c
commit 312ecfbeca
1 changed files with 11 additions and 0 deletions

11
home/cloudnix.nix Normal file
View File

@ -0,0 +1,11 @@
{
...
}: {
imports = [
./users/admin
./common/core
./common/optional/git.nix
./common/optional/sops.nix
];
}