This commit is contained in:
Sridhar Ratnakumar 2024-02-13 03:37:27 -05:00
parent a6e81d41e8
commit 8eaab6994a

View file

@ -53,6 +53,7 @@ in
sopsPrefix = lib.mkOption {
type = types.str;
default = "gh-selfhosted-tokens";
readOnly = true;
};
nixosConfig = lib.mkOption {
type = types.deferredModule;