Skip to content

Commit

Permalink
feat(linux-builder): set initial hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Feb 19, 2025
1 parent 796473b commit cbff0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nix/darwinModules/linux-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ in
};
cores = 6;
};
networking.hostName = "vm";
nix.settings.sandbox = false;
nix.settings.experimental-features = [
"flakes"
Expand Down
2 changes: 1 addition & 1 deletion nix/nixosConfigurations/vm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

nixpkgs.hostPlatform = "aarch64-linux";
system.stateVersion = "24.05";
networking.hostName = "microvm-host";
networking.hostName = "vm";
users.users.root.password = "";
users.users.root.openssh.authorizedKeys.keys = inputs.self.users.r17.keys;
}
Expand Down

0 comments on commit cbff0c8

Please sign in to comment.