Merge branch 'rackserver' of http://127.0.0.1:3001/fallingsky04/nixos-config into rackserver

This commit is contained in:
Sky Hearn 2024-04-29 02:00:00 +00:00
commit e372d23c89
1 changed files with 12 additions and 0 deletions

View File

@ -119,6 +119,18 @@
publicKey = "rNnRfKSO2/M+Lf1K4y1EwKD5v40T31NpcFCliZdqADM=";
allowedIPs = [ "10.100.0.12/32" ];
}
{ # Tech
publicKey = "uD+yrVfZidjwiJjk6y5bHL7xlIozgsSKKGM3idu92BI=";
allowedIPs = [ "10.100.0.13/32" ];
}
{ # meow
publicKey = "Jn3py2rxRuoluUl4eKxK+m+f21wMzQ4xI+NOMt7Oihc="
allowedIPs = [ "10.100.0.14/32" ];
}
{ # fetti
publicKey = "g92YcBJQK/MOWMbpF8wZV/G8EgKdcIdltfdE/26GgSA="
allowedIPs = [ "10.100.0.15/32" ];
}
];
};
};