forked from mirrors_public/oddlama_nix-config
feat: remove leftover invalid paperless monitor, add grafana dashboard
This commit is contained in:
parent
611a64fb49
commit
cb4f4f251f
6 changed files with 938 additions and 14 deletions
|
@ -30,12 +30,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue