Fix hostname

This commit is contained in:
muon 2024-07-13 23:13:23 +00:00
parent 64dafeee1c
commit 51f079d981
3 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,6 @@
};
config = {
networking.hostName = config.mods.user.name;
networking.networkmanager.enable = true;
services.tailscale.enable = config.mods.tailscale.enable;