Nixos tests

This commit is contained in:
vdbewout 2023-11-12 14:07:44 +01:00
parent bb33a028f7
commit dfa26814d0
No known key found for this signature in database
GPG key ID: F4756403592D3E9F
4 changed files with 202 additions and 2 deletions

View file

@ -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.
'';
};