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 = {
|
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;
|
||||||
|
|
|
@ -12,6 +12,7 @@ lib.extra.mkConfig {
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
deployment.tags = [ "cst1" ];
|
||||||
networking = {
|
networking = {
|
||||||
firewall.allowedTCPPorts = [
|
firewall.allowedTCPPorts = [
|
||||||
80
|
80
|
||||||
|
|
|
@ -13,6 +13,7 @@ in
|
||||||
./photoprism.nix
|
./photoprism.nix
|
||||||
];
|
];
|
||||||
deployment.targetHost = address;
|
deployment.targetHost = address;
|
||||||
|
deployment.tags = [ "cst1" ];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall.allowedTCPPorts = [
|
firewall.allowedTCPPorts = [
|
||||||
|
|
|
@ -12,6 +12,7 @@ lib.extra.mkConfig {
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
deployment.tags = [ "cst1" ];
|
||||||
networking = {
|
networking = {
|
||||||
firewall.allowedTCPPorts = [
|
firewall.allowedTCPPorts = [
|
||||||
80
|
80
|
||||||
|
|
Loading…
Reference in a new issue