feat: add deployment tag 'cst1'
Some checks failed
lint / check (push) Successful in 24s
build configuration / build_krz01 (push) Failing after 1m30s

This commit is contained in:
Constantin Gierczak--Galle 2024-12-09 10:31:35 +01:00
parent b10fee2eee
commit 1467819be2
No known key found for this signature in database
4 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,7 @@ lib.extra.mkConfig {
extraConfig = { extraConfig = {
# TODO : retrieve this address from meta/network.nix # TODO : retrieve this address from meta/network.nix
deployment.targetHost = "45.13.104.26"; deployment.targetHost = "45.13.104.26";
deployment.tags = [ "cst1" ];
networking.firewall = { networking.firewall = {
enable = true; enable = true;
logRefusedConnections = lib.mkForce true; logRefusedConnections = lib.mkForce true;

View file

@ -12,6 +12,7 @@ lib.extra.mkConfig {
]; ];
extraConfig = { extraConfig = {
deployment.tags = [ "cst1" ];
networking = { networking = {
firewall.allowedTCPPorts = [ firewall.allowedTCPPorts = [
80 80

View file

@ -13,6 +13,7 @@ in
./photoprism.nix ./photoprism.nix
]; ];
deployment.targetHost = address; deployment.targetHost = address;
deployment.tags = [ "cst1" ];
networking = { networking = {
firewall.allowedTCPPorts = [ firewall.allowedTCPPorts = [

View file

@ -12,6 +12,7 @@ lib.extra.mkConfig {
]; ];
extraConfig = { extraConfig = {
deployment.tags = [ "cst1" ];
networking = { networking = {
firewall.allowedTCPPorts = [ firewall.allowedTCPPorts = [
80 80