disabled network-manager when the node is build-node (bc it is virtual
All checks were successful
/ build-installer (push) Successful in 29s

and special sometimes)
This commit is contained in:
Gregory Bednov 2026-09-02 20:25:57 +03:00
commit d4fb99ce55

View file

@ -897,7 +897,7 @@ in
}; };
# каждый компьютер имеет выход в интернет # каждый компьютер имеет выход в интернет
networking.networkmanager.enable = true; networking.networkmanager.enable = ! config.services.harmonia.enable;
networking.hostName = "nixos"; networking.hostName = "nixos";
networking.firewall.allowedTCPPorts = [ 22 ] ++ lib.optionals config.services.harmonia.enable [ 80 ]; networking.firewall.allowedTCPPorts = [ 22 ] ++ lib.optionals config.services.harmonia.enable [ 80 ];