mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
13 lines
200 B
Nix
13 lines
200 B
Nix
{
|
|
description = "zeroq vars";
|
|
outputs =
|
|
{ self }:
|
|
{
|
|
devices = {
|
|
username = "oqyude";
|
|
server.hostname = "sapphira";
|
|
vds.hostname = "otreca";
|
|
};
|
|
};
|
|
}
|