summaryrefslogtreecommitdiffstats
path: root/lib/machines.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2025-09-08 00:10:35 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-09-08 00:11:23 +0200
commita485724fdc452fa19b337c2364a105243635acb3 (patch)
tree832d52907499ff2d435e70cec1f64a8d37f429ed /lib/machines.nix
parent3e4da4404a1b1eca40f7fbdd566800936456ac03 (diff)
extend userSecret implementation to all users (not only root)
requires a patch of nixpkgs: ```diff --- a/nixos/modules/contracts/default.nix 2025-09-07 16:15:41.381243855 +0200 +++ b/nixos/modules/contracts/default.nix 2025-09-08 00:05:58.218489096 +0200 @@ -87,7 +87,8 @@ in default = submodule (consumer: { options = { provider = mkOption { - type = interface.config.provider; + type = lib.types.nullOr interface.config.provider; + default = null; }; input = mkOption { type = submodule interface.config.input;`
Diffstat (limited to 'lib/machines.nix')
0 files changed, 0 insertions, 0 deletions