update hosts (+ update sshPort)
This commit is contained in:
parent
f34c8de388
commit
a9cd860396
3 changed files with 41 additions and 34 deletions
15
snow.nix
15
snow.nix
|
|
@ -13,10 +13,6 @@ cerulean.mkNexus ./. (self: {
|
|||
server = {};
|
||||
};
|
||||
|
||||
extraModules = with inputs; [
|
||||
home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
nodes = let
|
||||
inherit
|
||||
(self.nexus)
|
||||
|
|
@ -47,14 +43,21 @@ cerulean.mkNexus ./. (self: {
|
|||
butterfly = {
|
||||
system = "x86_64-linux";
|
||||
groups = [groups.server];
|
||||
deploy.ssh.host = "dobutterfliescry.net";
|
||||
deploy.ssh = {
|
||||
host = "dobutterfliescry.net";
|
||||
user = "cry";
|
||||
port = 42069;
|
||||
};
|
||||
};
|
||||
|
||||
# pls dont sue me im broke
|
||||
hyrule = {
|
||||
system = "x86_64-linux";
|
||||
groups = [groups.server];
|
||||
deploy.ssh.host = "hyrule.dobutterfliescry.net";
|
||||
deploy.ssh = {
|
||||
host = "hyrule.dobutterfliescry.net";
|
||||
user = "cry";
|
||||
};
|
||||
};
|
||||
|
||||
# call me a statistician the way she spreads in my sheets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue