disabled network-manager when the node is build-node (bc it is virtual
All checks were successful
/ build-installer (push) Successful in 29s
All checks were successful
/ build-installer (push) Successful in 29s
and special sometimes)
This commit is contained in:
parent
ac69cd54d3
commit
d4fb99ce55
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue