Skip to content

Commit

Permalink
Fix volt hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Feb 3, 2025
1 parent b28f1ba commit 88125cc
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 @@ -45,7 +45,7 @@
};
hostConfigurations = {
"volt-nixos" = {
hostname = "volt";
hostname = "volt-nixos";
username = "jeremy";
};
"zephyr" = {
Expand Down

0 comments on commit 88125cc

Please sign in to comment.