feat: lets see if this works for secrets
This commit is contained in:
parent
f5453ac2b6
commit
75bcac40e5
3 changed files with 15 additions and 8 deletions
|
@ -28,6 +28,8 @@
|
|||
environment.systemPackages = [
|
||||
# for flakes
|
||||
pkgs.git
|
||||
# for secrets
|
||||
pkgs.agenix
|
||||
# useful tools
|
||||
pkgs.ncdu_2
|
||||
pkgs.htop
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
deployment = {
|
||||
#targetHost = "agentjones.skynet.ie";
|
||||
# wont have dns to start with
|
||||
targetHost = "193.1.99.72";
|
||||
#targetHost = "193.1.99.72";
|
||||
targetHost = "192.168.1.157";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
};
|
||||
|
@ -15,12 +16,16 @@
|
|||
# this server is teh firewall
|
||||
skynet_firewall = {
|
||||
# always good to know oneself
|
||||
own_ip = "193.1.99.72";
|
||||
#own_ip = "193.1.99.72";
|
||||
own_ip = "192.168.1.157";
|
||||
|
||||
# 443 is an ssh port now (heh)
|
||||
own_ports = [
|
||||
# ssh
|
||||
22
|
||||
443
|
||||
# dns
|
||||
53
|
||||
# wireguard
|
||||
51820
|
||||
];
|
||||
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue