Files
infra/routers/white-house/secrets.nix
kurogeek 123771ac37 mob next [ci-skip] [ci skip] [skip ci]
lastFile:routers/white-house/secrets.nix
2025-10-16 12:03:24 +07:00

18 lines
308 B
Nix

{
wpa_passphrase = "";
ssid = "WhiteHouse";
l2tp = {
name = "";
password = "";
};
root = {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEcZ/p1Ofa9liwIzPWzNtONhJ7+FUWd2lCz33r81t8+w kurogeek@kurogeek"
];
};
lan = {
prefix = "192.168.1";
};
}