nix-configs/instances/theseus/default.nix
2025-08-26 00:58:27 +02:00

7 lines
96 B
Nix

{
modules = [ ./configuration.nix ];
hostName = "theseus";
wg = {
pubKey = "";
};
}