wireguard refactor
This commit is contained in:
parent
e4963ba7de
commit
ea6a36a5be
1 changed files with 29 additions and 23 deletions
8
cos.nix
8
cos.nix
|
|
@ -35,7 +35,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config.cos = {
|
config = {
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
inputs.nix-minecraft.overlay
|
||||||
|
];
|
||||||
|
|
||||||
|
cos = {
|
||||||
knownPublicIPs = {
|
knownPublicIPs = {
|
||||||
loadedskypotato = "50.116.49.95";
|
loadedskypotato = "50.116.49.95";
|
||||||
};
|
};
|
||||||
|
|
@ -62,4 +67,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue