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
82
zmx = true;
83
83
};
84
84
85
85
-
kali = {
86
86
-
user = "blueteam";
87
87
-
hostname = "100.70.248.109";
88
88
-
extraOptions = {
89
89
-
SetEnv = "TERM=xterm-256color";
90
90
-
};
91
91
-
};
92
85
herald = {
93
86
hostname = "herald.dunkirk.sh";
94
87
port = 2223;
···
106
99
hostname = "163.11.236.52";
107
100
user = "Jacket20";
108
101
identityFile = "~/.ssh/id_ed25519_cedarville";
109
109
-
};
110
110
-
111
111
-
jump = {
112
112
-
hostname = "vce2.ncaecybergames.org";
113
113
-
port = 2213;
114
114
-
user = "kieranklukas@cedarville.edu";
115
115
-
identityFile = "~/.ssh/id_ed25519_cedarville";
116
116
-
forwardAgent = true;
117
117
-
extraOptions = {
118
118
-
SetEnv = "TERM=xterm-256color";
119
119
-
};
120
102
};
121
103
};
122
104