merge new secrets

This commit is contained in:
andromeda
2026-01-05 15:06:43 +01:00
parent b0da60cdab
commit 0e93982125
2 changed files with 63 additions and 0 deletions

11
modules/template.nix Normal file
View File

@@ -0,0 +1,11 @@
{
config,
lib,
pkgs,
modulesPath,
...
}: {
imports = [];
options = {};
config = {};
}