wireguard refactor

This commit is contained in:
Clayton Hickey 2026-02-08 15:38:01 -05:00
parent e4963ba7de
commit ea6a36a5be

View file

@ -35,7 +35,12 @@
};
};
config.cos = {
config = {
nixpkgs.overlays = [
inputs.nix-minecraft.overlay
];
cos = {
knownPublicIPs = {
loadedskypotato = "50.116.49.95";
};
@ -62,4 +67,5 @@
};
};
};
};
}