Jean-Baptiste Giraudeau
2 years ago
No known key found for this signature in database
GPG Key ID: 7CEF8C9CC2D9933B
1 changed files with
1 additions and
0 deletions
-
static/default.nix
|
|
@ -5,6 +5,7 @@ |
|
|
|
oauth = import ./oauth.nix; |
|
|
|
pagerDuty = import ./pager-duty.nix; |
|
|
|
additionalPeers = []; |
|
|
|
relaysExcludeList = []; |
|
|
|
} // (if (builtins.pathExists ./static.nix) |
|
|
|
then (import ./static.nix) |
|
|
|
else {}) |
|
|
|