feat(luffy) : get new hostname
This commit is contained in:
parent
14a48b38ca
commit
daa0af78c0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
|
||||||
networking.hostName = "mrflos-mbp-nixos"; # Define your hostname.
|
networking.hostName = "luffy"; # Define your hostname.
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
127.0.0.1 yeswiki.test
|
127.0.0.1 yeswiki.test
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue