This commit is contained in:
soraefir
2026-05-03 02:23:16 +02:00
parent 9377d1ce45
commit 4c2f368da3
2 changed files with 7 additions and 2 deletions

View File

@@ -106,6 +106,10 @@ let
type = type.bool;
default = false;
};
sops = mkOption {
type = type.bool;
default = false;
};
openssh = mkOption {
type = type.bool;
default = false;