feat(machines): rename nami to jimbei

This commit is contained in:
Florian Schmitt 2025-04-26 22:12:17 +03:00
parent 159982c598
commit 2fedcd8c8d
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@
boot.loader.systemd-boot.consoleMode = "0"; boot.loader.systemd-boot.consoleMode = "0";
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nami"; # Define your hostname. networking.hostName = "jimbei"; # Define your hostname.
networking.extraHosts = '' networking.extraHosts = ''
127.0.0.1 yeswiki.test 127.0.0.1 yeswiki.test
''; '';