updated haven.nix

This commit is contained in:
2026-03-25 11:36:55 -05:00
parent 2bc4791d97
commit d73ebcaa68
3 changed files with 112 additions and 127 deletions

View File

@@ -23,5 +23,11 @@
bitcoin-core = lib.mkEnableOption "Bitcoin Core";
rdp = lib.mkEnableOption "Gnome Remote Desktop";
};
nostr_npub = lib.mkOption {
type = lib.types.str;
default = "";
description = "Nostr public key (npub1...) for Haven relay";
};
};
}