This commit is contained in:
2025-11-01 20:02:04 +03:00
parent 0d99801c50
commit 05bc943198
3 changed files with 1 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
description = "zeroq vars";
outputs =
{ self }:
{
devices = {
username = "oqyude";
server.hostname = "sapphira";
vds.hostname = "otreca";
};
};
}