config

NixOS config
Log | Files | Refs | README | LICENSE

commit 2220be3c8193719f7b81dbcae3600a796511aca5 (tree)
parent b5a3e29e6fe60d4658019c28612d797b992b1982
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed, 13 Sep 2023 14:46:58 +0300

fwminex: set hostid

Diffstat:
Mhosts/fwminex/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -110,7 +110,7 @@ }; networking = { - hostId = "bcfc4f5f"; + hostId = "3a54afcd"; hostName = "fwminex"; domain = "motiejus.jakst"; networkmanager.enable = true;