mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Change hostname
This commit is contained in:
parent
ebe0e83f92
commit
f8039975ad
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
flake = {
|
flake = {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
nixos = nixpkgs.lib.nixosSystem {
|
vboxnix = nixpkgs.lib.nixosSystem {
|
||||||
modules = [ ./system ./hosts/vbox_nix ];
|
modules = [ ./system ./hosts/vbox_nix ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "nixos";
|
networking.hostName = "vboxnix";
|
||||||
|
|
||||||
# NixOS release from which this machine was first installed.
|
# NixOS release from which this machine was first installed.
|
||||||
# (for stateful data, like file locations and db versions)
|
# (for stateful data, like file locations and db versions)
|
||||||
|
|
Loading…
Reference in a new issue