oracle rice
This commit is contained in:
parent
33fe28a76b
commit
3d3ae9c9b5
6 changed files with 125 additions and 16 deletions
|
|
@ -2,7 +2,8 @@
|
|||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
../shared/programs/default.nix
|
||||
../shared/wayland/default.nix
|
||||
|
|
@ -49,6 +50,11 @@
|
|||
hostname = "consensus.tailc353f.ts.net";
|
||||
identityFile = "/home/e/.ssh/id_ed25519";
|
||||
};
|
||||
"oracle" = {
|
||||
port = 2022;
|
||||
hostname = "129.213.119.29";
|
||||
identityFile = "/home/e/.ssh/id_ed25519";
|
||||
};
|
||||
"10110110.xyz" = {
|
||||
port = 22;
|
||||
hostname = "10110110.xyz";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue