migrate to cerubld user
This commit is contained in:
parent
ce0766e709
commit
b2b49c3bda
1 changed files with 6 additions and 3 deletions
9
snow.nix
9
snow.nix
|
|
@ -47,8 +47,9 @@
|
|||
groups = groups: [groups.server];
|
||||
deploy.ssh = {
|
||||
host = "dobutterfliescry.net";
|
||||
user = "cry";
|
||||
port = 42069;
|
||||
# XXX: WARNING: TEMP: this public key is temporary and used solely for debugging
|
||||
publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKJqtXaBWEM6nte+Bci/PizXvv/n8abYKUCKaS/x1st1 me@myputer"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -58,7 +59,8 @@
|
|||
groups = groups: [groups.server];
|
||||
deploy.ssh = {
|
||||
host = "hyrule.dobutterfliescry.net";
|
||||
user = "cry";
|
||||
# XXX: WARNING: TEMP: this public key is temporary and used solely for debugging
|
||||
publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKJqtXaBWEM6nte+Bci/PizXvv/n8abYKUCKaS/x1st1 me@myputer"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -70,7 +72,8 @@
|
|||
remoteBuild = true;
|
||||
ssh = {
|
||||
host = "192.168.88.250"; # <- DEBUG: TEMP: TODO: switch to `matcha.dobutterfliescry.net`
|
||||
user = "emile";
|
||||
# XXX: WARNING: TEMP: this public key is temporary and used solely for debugging
|
||||
publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKJqtXaBWEM6nte+Bci/PizXvv/n8abYKUCKaS/x1st1 me@myputer"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue