feat(luffy) : get new hostname

This commit is contained in:
Florian Schmitt 2024-01-11 21:17:29 +03:00
parent 14a48b38ca
commit daa0af78c0

View file

@ -22,7 +22,7 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
networking.hostName = "mrflos-mbp-nixos"; # Define your hostname.
networking.hostName = "luffy"; # Define your hostname.
networking.extraHosts = ''
127.0.0.1 yeswiki.test
'';