mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
tree imports all now
This commit is contained in:
parent
e692e1ec13
commit
9b48220a2a
11 changed files with 258 additions and 25 deletions
5
tree/secrets.nix
Normal file
5
tree/secrets.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
flake.nixosModules.secrets = {...}: {
|
||||
imports = [../secrets/secrets-configuration.nix];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue