mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix hostname
This commit is contained in:
parent
64dafeee1c
commit
51f079d981
3 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ in {
|
||||||
|
|
||||||
# System
|
# System
|
||||||
mods.user.name = "muon";
|
mods.user.name = "muon";
|
||||||
|
networking.hostName = cfg.user.name;
|
||||||
mods.home.file = ./home.nix;
|
mods.home.file = ./home.nix;
|
||||||
|
|
||||||
# Modules
|
# Modules
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ in {
|
||||||
|
|
||||||
# System
|
# System
|
||||||
mods.user.name = "muon";
|
mods.user.name = "muon";
|
||||||
|
networking.hostName = "mups";
|
||||||
mods.home.file = ./home.nix;
|
mods.home.file = ./home.nix;
|
||||||
|
|
||||||
# Modules
|
# Modules
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
networking.hostName = config.mods.user.name;
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
services.tailscale.enable = config.mods.tailscale.enable;
|
services.tailscale.enable = config.mods.tailscale.enable;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue