From a4e4635b05ec941609d170e700b2d7a7c66870e1 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Sat, 3 Feb 2024 15:37:22 +0100 Subject: [PATCH] Bump intray again --- flake.lock | 6 +++--- hosts/nixos/lapetus/services/intray.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 750a738..7979d15 100644 --- a/flake.lock +++ b/flake.lock @@ -1485,11 +1485,11 @@ "yesod-static-remote": "yesod-static-remote" }, "locked": { - "lastModified": 1706970818, - "narHash": "sha256-6CpA8ac2Ue1MNs0liETaltREIVYwhANZgjn7qj5yDAo=", + "lastModified": 1706971021, + "narHash": "sha256-XFGdsWH2+bz/juhQgGl+FHR5NejVY6FXYpaS/KoQwnM=", "owner": "Mateiadrielrafael", "repo": "intray", - "rev": "9043b437ab42a74560a4fe00a94a6a7d42a15cc9", + "rev": "caea9527db34c2b0b04543e83164563e2f44e365", "type": "github" }, "original": { diff --git a/hosts/nixos/lapetus/services/intray.nix b/hosts/nixos/lapetus/services/intray.nix index bbdfa6e..c425afa 100644 --- a/hosts/nixos/lapetus/services/intray.nix +++ b/hosts/nixos/lapetus/services/intray.nix @@ -15,7 +15,7 @@ in # {{{ Configure intray services.intray.production = { enable = true; - configureNetworking = false; + openFirewall = false; api-server = { enable = true; hosts = [ apiHost ];