summaryrefslogtreecommitdiff
path: root/hosts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts.nix')
-rw-r--r--hosts.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/hosts.nix b/hosts.nix
index 295299c..7f67069 100644
--- a/hosts.nix
+++ b/hosts.nix
@@ -1,4 +1,15 @@
1{ 1{
2 "ratatoskr" = ''
3 Subnet = 10.142.0.104
4 -----BEGIN RSA PUBLIC KEY-----
5 MIIBCgKCAQEAnDilK19j44WpsSpwjzUX+l7NULrdrYe9LESxS+IalWsIg80oNJoI
6 987yCM0iJENuqAG+Bycd4n5weMOxkc+/DzOAiT6kq51Vkio4hr26hm6tboHj3INv
7 JIhdKc2qAk6Iaenm+Cp1+v80fqftu9LOuaPQj0DXS3HMAq+bew4yFPdAzUOP69wF
8 I5Hdu78G/rkXfSv/zT/PrP5yi91yLMf7wuwFjWMMyv7q7sWB1/VPvmTETZPcO36s
9 HPFEap8Ou/ada6HLWFVwtMEZ2G3/A8t/+BSA6VwMLWqMD+VmD3osVxgxPR1VTNJN
10 DZUoznQXPxN7JYnY4V6EEjsm3ZSEeFpNwwIDAQAB
11 -----END RSA PUBLIC KEY-----
12 '';
2 "heimdallr" = '' 13 "heimdallr" = ''
3 Subnet = 10.142.0.2 14 Subnet = 10.142.0.2
4 Subnet = 10.141.1.0/24 15 Subnet = 10.141.1.0/24
@@ -17,6 +28,10 @@
17 CSJrzSMDE0IidXqc/0dp9dsZQ5D4pi+/XYvAdx/HWV5PwD9UxmlB100CAwEAAQ== 28 CSJrzSMDE0IidXqc/0dp9dsZQ5D4pi+/XYvAdx/HWV5PwD9UxmlB100CAwEAAQ==
18 -----END RSA PUBLIC KEY----- 29 -----END RSA PUBLIC KEY-----
19 ''; 30 '';
31 "ymir" = ''
32 Address = ymir.yggdrasil.li
33 Ed25519PublicKey = T17/m32s6ZQzAApf4+OB/MLaKNi4Hx9G0HW8575t+xO
34 '';
20 "sirius" = '' 35 "sirius" = ''
21 Subnet = 10.142.0.100 36 Subnet = 10.142.0.100
22 37