1
Fork 0

Bump intray again

This commit is contained in:
Matei Adriel 2024-02-03 15:37:22 +01:00
parent 3e864be584
commit a4e4635b05
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -1485,11 +1485,11 @@
"yesod-static-remote": "yesod-static-remote" "yesod-static-remote": "yesod-static-remote"
}, },
"locked": { "locked": {
"lastModified": 1706970818, "lastModified": 1706971021,
"narHash": "sha256-6CpA8ac2Ue1MNs0liETaltREIVYwhANZgjn7qj5yDAo=", "narHash": "sha256-XFGdsWH2+bz/juhQgGl+FHR5NejVY6FXYpaS/KoQwnM=",
"owner": "Mateiadrielrafael", "owner": "Mateiadrielrafael",
"repo": "intray", "repo": "intray",
"rev": "9043b437ab42a74560a4fe00a94a6a7d42a15cc9", "rev": "caea9527db34c2b0b04543e83164563e2f44e365",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -15,7 +15,7 @@ in
# {{{ Configure intray # {{{ Configure intray
services.intray.production = { services.intray.production = {
enable = true; enable = true;
configureNetworking = false; openFirewall = false;
api-server = { api-server = {
enable = true; enable = true;
hosts = [ apiHost ]; hosts = [ apiHost ];