8 lines
152 B
Nix
8 lines
152 B
Nix
{
|
|
modules = [ ./configuration.nix ];
|
|
hostName = "theseus";
|
|
sopsKey = "4019fd893bba15618c2f93a38ef418ce360bc418";
|
|
wg = {
|
|
pubKey = "";
|
|
};
|
|
}
|