tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
chore: remove ncae
dunkirk.sh
1 month ago
f2f4e2cb
8635d0d6
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
-18
1 changed file
expand all
collapse all
unified
split
machines
atalanta
home
default.nix
-18
machines/atalanta/home/default.nix
···
82
zmx = true;
83
};
84
85
-
kali = {
86
-
user = "blueteam";
87
-
hostname = "100.70.248.109";
88
-
extraOptions = {
89
-
SetEnv = "TERM=xterm-256color";
90
-
};
91
-
};
92
herald = {
93
hostname = "herald.dunkirk.sh";
94
port = 2223;
···
106
hostname = "163.11.236.52";
107
user = "Jacket20";
108
identityFile = "~/.ssh/id_ed25519_cedarville";
109
-
};
110
-
111
-
jump = {
112
-
hostname = "vce2.ncaecybergames.org";
113
-
port = 2213;
114
-
user = "kieranklukas@cedarville.edu";
115
-
identityFile = "~/.ssh/id_ed25519_cedarville";
116
-
forwardAgent = true;
117
-
extraOptions = {
118
-
SetEnv = "TERM=xterm-256color";
119
-
};
120
};
121
};
122
···
82
zmx = true;
83
};
84
0
0
0
0
0
0
0
85
herald = {
86
hostname = "herald.dunkirk.sh";
87
port = 2223;
···
99
hostname = "163.11.236.52";
100
user = "Jacket20";
101
identityFile = "~/.ssh/id_ed25519_cedarville";
0
0
0
0
0
0
0
0
0
0
0
102
};
103
};
104