diff options
author | 2025-09-08 00:10:35 +0200 | |
---|---|---|
committer | 2025-09-08 00:11:23 +0200 | |
commit | a485724fdc452fa19b337c2364a105243635acb3 (patch) | |
tree | 832d52907499ff2d435e70cec1f64a8d37f429ed /consumers/users.nix | |
parent | 3e4da4404a1b1eca40f7fbdd566800936456ac03 (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 'consumers/users.nix')
0 files changed, 0 insertions, 0 deletions