mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Fix Hostname For Lenovo Laptop
This commit is contained in:
parent
330ff4cc09
commit
7fae47058e
2 changed files with 20 additions and 20 deletions
|
|
@ -20,7 +20,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
|
||||
# Hardware
|
||||
physical = true;
|
||||
networking.hostName = "kim";
|
||||
networking.hostName = "envy";
|
||||
|
||||
networking.useDHCP = nixpkgs.lib.mkDefault true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue