mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
Hostname should be machine specific
This commit is contained in:
parent
083d2d7ee4
commit
f71e57df51
@ -6,6 +6,8 @@
|
||||
../../modules/nixos
|
||||
];
|
||||
|
||||
networking.hostName = "larstvei-think";
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
@ -21,8 +21,6 @@
|
||||
];
|
||||
};
|
||||
|
||||
networking.hostName = "larstvei-think";
|
||||
|
||||
users.users.larstvei = {
|
||||
isNormalUser = true;
|
||||
description = "Lars Tveito";
|
||||
|
Loading…
Reference in New Issue
Block a user