Hostname should be machine specific

This commit is contained in:
larstvei 2025-09-12 16:50:00 +02:00
parent 083d2d7ee4
commit f71e57df51
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,8 @@
../../modules/nixos ../../modules/nixos
]; ];
networking.hostName = "larstvei-think";
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;

View File

@ -21,8 +21,6 @@
]; ];
}; };
networking.hostName = "larstvei-think";
users.users.larstvei = { users.users.larstvei = {
isNormalUser = true; isNormalUser = true;
description = "Lars Tveito"; description = "Lars Tveito";