Skip to content

Commit

Permalink
fix: missing config input
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae committed Aug 27, 2024
1 parent e675e37 commit f38a086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hosts/x86_64-linux/antares.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
adminUser,
hostName,
config,
...
}: {
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJgkTCs3JTN934N8RkPhuDwijFgFOEXt734tB7aQz57Z";
Expand Down
1 change: 1 addition & 0 deletions hosts/x86_64-linux/orion.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
adminUser,
hostName,
pkgs,
config,
...
}: {
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEEPD945cTDxeNhGljSKqQfRCUeXcwIDKOBD847OECQs";
Expand Down

0 comments on commit f38a086

Please sign in to comment.