added lyra + moved stuff around :3

This commit is contained in:
foxora 2026-02-15 10:42:00 +00:00
parent 62b8d28c8a
commit 2db81681ee
4 changed files with 216 additions and 53 deletions

View file

@ -23,6 +23,15 @@ cerulean.mkNexus ./. (self: {
user = "foxora";
};
};
lyra = {
system = "x86_64-linux";
deploy.ssh = {
host = "10.16.1.58";
port = 2222;
user = "foxora";
};
};
};
};
})