colmena | add connection dets
This commit is contained in:
parent
8e8035f0cb
commit
3e16eec0e4
11 changed files with 49 additions and 7 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
deployment = { tags = [ "workstation" "intel" ]; };
|
deployment = {
|
||||||
|
tags = [ "workstation" "intel" ];
|
||||||
|
allowLocalDeployment = true;
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,7 @@
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "workstation" "intel" "chromebook" ];
|
tags = [ "workstation" "intel" "chromebook" ];
|
||||||
allowLocalDeployment = true;
|
allowLocalDeployment = true;
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
deployment = { tags = [ "arm" ]; };
|
deployment = {
|
||||||
|
tags = [ "arm" ];
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
deployment = { tags = [ "workstation" "intel" "chromebook" ]; };
|
deployment = {
|
||||||
|
tags = [ "workstation" "intel" "chromebook" ];
|
||||||
|
allowLocalDeployment = true;
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
deployment = { tags = [ "server" "intel" ]; };
|
deployment = {
|
||||||
|
tags = [ "server" "intel" ];
|
||||||
|
allowLocalDeployment = true;
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,7 @@
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "workstation" "intel" ];
|
tags = [ "workstation" "intel" ];
|
||||||
allowLocalDeployment = true;
|
allowLocalDeployment = true;
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
deployment = { tags = [ "arm" ]; };
|
deployment = {
|
||||||
|
tags = [ "arm" ];
|
||||||
|
allowLocalDeployment = true;
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
deployment = { tags = [ "intel" ]; };
|
deployment = {
|
||||||
|
tags = [ "intel" ];
|
||||||
|
allowLocalDeployment = true;
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,7 @@
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "workstation" "intel" ];
|
tags = [ "workstation" "intel" ];
|
||||||
allowLocalDeployment = true;
|
allowLocalDeployment = true;
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
deployment = { tags = [ "server" "intel" "vps" "web" ]; };
|
deployment = {
|
||||||
|
tags = [ "server" "intel" "vps" "web" ];
|
||||||
|
allowLocalDeployment = true;
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,7 @@
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "server" "intel" "vps" "web" ];
|
tags = [ "server" "intel" "vps" "web" ];
|
||||||
targetHost = "178.156.139.49";
|
targetHost = "178.156.139.49";
|
||||||
|
targetUser = "don";
|
||||||
|
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue