1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: remove leftover invalid paperless monitor, add grafana dashboard

This commit is contained in:
oddlama 2024-07-21 01:59:45 +02:00
parent 611a64fb49
commit cb4f4f251f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 938 additions and 14 deletions

View file

@ -28,12 +28,10 @@ in {
];
gateway = ["fe80::1"];
routes = [
{routeConfig = {Destination = "172.31.1.1";};}
{Destination = "172.31.1.1";}
{
routeConfig = {
Gateway = "172.31.1.1";
GatewayOnLink = true;
};
Gateway = "172.31.1.1";
GatewayOnLink = true;
}
];
matchConfig.MACAddress = icfg.mac;