refactor configuration
This commit is contained in:
parent
d016cc67bc
commit
2aafcc9b49
17 changed files with 154 additions and 149 deletions
10
nixos/modules/secrets.nix
Normal file
10
nixos/modules/secrets.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options = {
|
||||
dadada.secrets.path = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
description = "Path to encrypted secrets files";
|
||||
default = ../../secrets;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue