feat: basic setup for colmena
This commit is contained in:
parent
53aff5987f
commit
c5f1bedec4
4 changed files with 21 additions and 148 deletions
|
@ -2,13 +2,17 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
# base settings for alls ervers
|
||||
./base.nix
|
||||
|
||||
# applications for this particular server
|
||||
../applications/firewall.nix
|
||||
];
|
||||
|
||||
deployment = {
|
||||
targetHost = "test01.home.brendan.ie";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
};
|
||||
|
||||
# this server is teh firewall
|
||||
skynet_firewall.enable = true;
|
||||
|
||||
|
|
|
@ -2,11 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
# base settings for alls ervers
|
||||
./base.nix
|
||||
|
||||
# applications for this particular server
|
||||
../applications/firewall.nix
|
||||
];
|
||||
|
||||
skynet_firewall.forward = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue