Skip to content

Commit

Permalink
fix: rename flake target to shiroi
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 10, 2024
1 parent 25e37e9 commit bd39e6e
Showing 1 changed file 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 @@ -132,7 +132,7 @@
nuc8 = libx.mkHost { systemType = "server"; hostname = "nuc8"; username = "archon"; };
nuc9 = libx.mkHost { systemType = "server"; hostname = "nuc9"; username = "archon"; };

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

"dotest.carrio.dev" = libx.mkHost { systemType = "server"; hostname = "dotest.carrio.dev"; username = "archon"; };
};
Expand Down

0 comments on commit bd39e6e

Please sign in to comment.