Change hostname

This commit is contained in:
ItsDrike 2024-02-24 22:44:19 +01:00
parent ebe0e83f92
commit f8039975ad
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
flake = {
nixosConfigurations = {
nixos = nixpkgs.lib.nixosSystem {
vboxnix = nixpkgs.lib.nixosSystem {
modules = [ ./system ./hosts/vbox_nix ];
};
};

View file

@ -8,7 +8,7 @@
timeout = 3;
};
networking.hostName = "nixos";
networking.hostName = "vboxnix";
# NixOS release from which this machine was first installed.
# (for stateful data, like file locations and db versions)