added lyra + moved stuff around :3
This commit is contained in:
parent
62b8d28c8a
commit
2db81681ee
4 changed files with 216 additions and 53 deletions
9
snow.nix
9
snow.nix
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue