mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:46:50 +01:00
use regi secret
This commit is contained in:
parent
c7321a9334
commit
203d59ea3c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
server_name = "missing.ninja";
|
server_name = "missing.ninja";
|
||||||
enable_registration = true;
|
registration_shared_secret = "";
|
||||||
public_baseurl = baseUrl;
|
public_baseurl = baseUrl;
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue