diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-01-09 00:31:12 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-01-09 00:31:12 +0100 |
| commit | 6db3a26f99b31612854799b2ca2815d45bf05530 (patch) | |
| tree | 279368e2ab582cfa2036be344f1f096769d7c552 | |
| parent | e3d0faab77bce39c0aa6830ec094f5feb691dbfb (diff) | |
fixup
| -rw-r--r-- | ivi/ivi.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ivi/ivi.nix b/ivi/ivi.nix index 469a11b..8974d57 100644 --- a/ivi/ivi.nix +++ b/ivi/ivi.nix @@ -89,6 +89,8 @@ self: lib: with lib; let }; pump = { isDeployed = true; + secrets = true; + addroot = true; profiles = [ "core" "homeserver" |
