mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-28 01:57:14 +08:00
Nixos tests
This commit is contained in:
parent
bb33a028f7
commit
dfa26814d0
4 changed files with 202 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, options, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
|
|
@ -197,7 +197,7 @@ in {
|
|||
type = types.listOf types.path;
|
||||
default = [];
|
||||
description = ''
|
||||
Default sops file used for all secrets.
|
||||
Default sops files used for all secrets.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue