feat: add deployment tag 'cst1'
This commit is contained in:
parent
b10fee2eee
commit
1467819be2
4 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@ lib.extra.mkConfig {
|
|||
extraConfig = {
|
||||
# TODO : retrieve this address from meta/network.nix
|
||||
deployment.targetHost = "45.13.104.26";
|
||||
deployment.tags = [ "cst1" ];
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
logRefusedConnections = lib.mkForce true;
|
||||
|
|
|
@ -12,6 +12,7 @@ lib.extra.mkConfig {
|
|||
];
|
||||
|
||||
extraConfig = {
|
||||
deployment.tags = [ "cst1" ];
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [
|
||||
80
|
||||
|
|
|
@ -13,6 +13,7 @@ in
|
|||
./photoprism.nix
|
||||
];
|
||||
deployment.targetHost = address;
|
||||
deployment.tags = [ "cst1" ];
|
||||
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [
|
||||
|
|
|
@ -12,6 +12,7 @@ lib.extra.mkConfig {
|
|||
];
|
||||
|
||||
extraConfig = {
|
||||
deployment.tags = [ "cst1" ];
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [
|
||||
80
|
||||
|
|
Loading…
Reference in a new issue