Files
infra/routers/white-house/secrets.nix
kurogeek 1066e09b49 mob next [ci-skip] [ci skip] [skip ci]
lastFile:routers/white-house/secrets.nix
2025-10-14 12:34:54 +07:00

19 lines
213 B
Nix

{
wpa_passphrase = "";
ssid = "Yada";
l2tp = {
name = "";
password = "";
};
root = {
passwd = "";
openssh.authorizedKeys.keys = [
];
};
lan = {
prefix = "192.168.8";
};
}