mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 13:12:10 -08:00
fix: correct hostname for cassini
This commit is contained in:
parent
cc6c8b637e
commit
c167c740a8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
networking.hostName = "adrastea"; # Define your hostname.
|
networking.hostName = "cassini"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
|
|
Loading…
Reference in a new issue