mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 17:54:35 +00:00
Change hostname
This commit is contained in:
parent
ebe0e83f92
commit
f8039975ad
|
@ -16,7 +16,7 @@
|
|||
|
||||
flake = {
|
||||
nixosConfigurations = {
|
||||
nixos = nixpkgs.lib.nixosSystem {
|
||||
vboxnix = nixpkgs.lib.nixosSystem {
|
||||
modules = [ ./system ./hosts/vbox_nix ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue