mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-06-12 20:36:00 +02:00
wireguard: add work-laptop
This commit is contained in:
hosts
@ -50,6 +50,12 @@ in {
|
|||||||
"10.100.0.6/32"
|
"10.100.0.6/32"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{ # Work-laptop
|
||||||
|
publicKey = "px4YstB16lFjgdLQkH55wz8gQRupX/LTxg8dNFijDTA=";
|
||||||
|
allowedIPs = [
|
||||||
|
"10.100.0.7/32"
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -56,6 +56,12 @@ in {
|
|||||||
"10.100.0.6/32"
|
"10.100.0.6/32"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{ # Work-laptop
|
||||||
|
publicKey = "px4YstB16lFjgdLQkH55wz8gQRupX/LTxg8dNFijDTA=";
|
||||||
|
allowedIPs = [
|
||||||
|
"10.100.0.7/32"
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user