diff --git a/flake.lock b/flake.lock index b14032e..16e75f3 100644 --- a/flake.lock +++ b/flake.lock @@ -1784,6 +1784,27 @@ "type": "sourcehut" } }, + "nte": { + "inputs": { + "nixpkgs": [ + "pozsite", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1716656108, + "narHash": "sha256-DyBZoOO9ayXzvj3dNf47EvRZq/3ep/i71z4R0FkrW10=", + "ref": "refs/heads/master", + "rev": "3d0d0da61adce29297658ee1e5930c092251398a", + "revCount": 22, + "type": "git", + "url": "https://git.jacekpoz.pl/jacekpoz/nte" + }, + "original": { + "type": "git", + "url": "https://git.jacekpoz.pl/jacekpoz/nte" + } + }, "nur": { "locked": { "lastModified": 1715272890, @@ -3463,14 +3484,15 @@ "inputs": { "nixpkgs": [ "nixpkgs" - ] + ], + "nte": "nte" }, "locked": { - "lastModified": 1716371791, - "narHash": "sha256-E9ieGAAIE7fj56ZXux2ET0OEgODytNXw0pQQ0AYH4kg=", + "lastModified": 1716916093, + "narHash": "sha256-5lANk74lKV/19Y3MGCTT+4TJEzLA+pjb/AimLHvSZz4=", "ref": "refs/heads/master", - "rev": "8c3aa3d3b3937caeeb46153f3812a240d2e0a04d", - "revCount": 172, + "rev": "ec92c30ba7d26c4871f550044c6adc8d5a32ce20", + "revCount": 254, "type": "git", "url": "ssh://jacekpoz/jacekpoz/pozsite.git" }, diff --git a/hosts/chmura/jacekpoz.pl.nix b/hosts/chmura/jacekpoz.pl.nix index 93ccbfe..6be4034 100644 --- a/hosts/chmura/jacekpoz.pl.nix +++ b/hosts/chmura/jacekpoz.pl.nix @@ -36,7 +36,7 @@ in { Type = "simple"; ExecStart = "${inputs.pozsite.packages.${pkgs.system}.pozback}/bin/back"; Restart = "on-failure"; - Environment = ''ROCKET_PORT="${toString port}" ROCKET_WEB_DIR="/srv/web/jacekpoz.pl"''; + Environment = ''POZ_PORT="${toString port}" POZ_DIR="/srv/web/jacekpoz.pl"''; User = "site"; Group = "site"; };