Skip to content

Commit

Permalink
refactor: rename shiroi server to orca
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Dec 3, 2024
1 parent cec6b05 commit b24139a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
nuc8 = libx.mkHost { systemType = "server"; hostname = "nuc8"; username = "archon"; };
nuc9 = libx.mkHost { systemType = "server"; hostname = "nuc9"; username = "archon"; };

shiroi = libx.mkHost { systemType = "server"; hostname = "shiroi"; username = "archon"; };
orca = libx.mkHost { systemType = "server"; hostname = "orca"; username = "archon"; };

"dotest.carrio.dev" = libx.mkHost { systemType = "server"; hostname = "dotest.carrio.dev"; username = "archon"; };
"nix-proxy-droplet" = libx.mkHost { systemType = "server"; hostname = "nix-proxy-droplet"; username = "archon"; };
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b24139a

Please sign in to comment.