ready for runners
This commit is contained in:
parent
fc9971ddc9
commit
7dd5043b5d
49 changed files with 2569 additions and 1085 deletions
|
|
@ -1,17 +1,4 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
networking = {
|
||||
hostName = "monitor";
|
||||
# interfaces.eth0 = {
|
||||
# ipv4.addresses = [{
|
||||
# address = "192.168.1.171";
|
||||
# prefixLength = 24;
|
||||
# }];
|
||||
# };
|
||||
# firewall.allowedTCPPorts = [ 80 3000 9090 ];
|
||||
# defaultGateway = {
|
||||
# address = "192.168.1.1";
|
||||
# interface = "eth0";
|
||||
# };
|
||||
};
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
networking.hostName = "monitor";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue