diff options
| author | andromeda <andromeda@lenovo> | 2026-01-05 15:06:43 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-05 15:06:43 +0100 |
| commit | 0e9398212541480361c7c4da98728f00b033d35e (patch) | |
| tree | 3f8a294f9ac45a120051156d00eea800cc0b62a0 /modules/template.nix | |
| parent | b0da60cdab0ebc6715dcdca22e73a2ef19fd042f (diff) | |
merge new secrets
Diffstat (limited to 'modules/template.nix')
| -rw-r--r-- | modules/template.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/template.nix b/modules/template.nix new file mode 100644 index 0000000..a6c210c --- /dev/null +++ b/modules/template.nix @@ -0,0 +1,11 @@ +{ + config, + lib, + pkgs, + modulesPath, + ... +}: { + imports = []; + options = {}; + config = {}; +} |
