mob next [ci-skip] [ci skip] [skip ci]
lastFile:routers/white-house/secrets.nix
This commit is contained in:
18
routers/white-house/secrets.nix
Normal file
18
routers/white-house/secrets.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
wpa_passphrase = "";
|
||||
ssid = "Yada";
|
||||
l2tp = {
|
||||
name = "";
|
||||
password = "";
|
||||
};
|
||||
root = {
|
||||
passwd = "";
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
||||
];
|
||||
};
|
||||
|
||||
lan = {
|
||||
prefix = "192.168.8";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user