Switch to new subnet; Removing useless file
This commit is contained in:
parent
e9c4627390
commit
50d2054bf2
@ -1,21 +0,0 @@
|
||||
{ config, pkgs, inputs, ... }: {
|
||||
|
||||
imports = [
|
||||
../hardware/media.nix
|
||||
./headless.nix
|
||||
];
|
||||
|
||||
users.users.media = import ./user.nix;
|
||||
networking.hostName = "r330-media";
|
||||
|
||||
# Conigure a static IP address.
|
||||
networking.defaultGateway = "192.168.8.1";
|
||||
networking.nameservers = [ "192.168.8.1" ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 32400 ];
|
||||
networking.interfaces.ens18.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.8.5";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
}
|
@ -9,12 +9,12 @@
|
||||
networking.hostName = "r330-logging";
|
||||
|
||||
# Conigure a static IP address.
|
||||
networking.defaultGateway = "192.168.8.1";
|
||||
networking.nameservers = [ "192.168.8.1" ];
|
||||
networking.defaultGateway = "192.168.100.1";
|
||||
networking.nameservers = [ "192.168.100.1" ];
|
||||
#networking.firewall.allowedTCPPorts = [ ];
|
||||
networking.interfaces.ens18.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.8.8";
|
||||
address = "192.168.100.8";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
|
@ -9,12 +9,12 @@
|
||||
networking.hostName = "r330-media";
|
||||
|
||||
# Conigure a static IP address.
|
||||
networking.defaultGateway = "192.168.8.1";
|
||||
networking.nameservers = [ "192.168.8.1" ];
|
||||
networking.defaultGateway = "192.168.100.1";
|
||||
networking.nameservers = [ "192.168.100.1" ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 32400 ];
|
||||
networking.interfaces.ens18.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.8.5";
|
||||
address = "192.168.100.5";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
|
@ -9,12 +9,12 @@
|
||||
networking.hostName = "sampledb-dev";
|
||||
|
||||
# Conigure a static IP address.
|
||||
networking.defaultGateway = "192.168.8.1";
|
||||
networking.nameservers = [ "192.168.8.1" ];
|
||||
networking.defaultGateway = "192.168.100.1";
|
||||
networking.nameservers = [ "192.168.100.1" ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 32400 ];
|
||||
networking.interfaces.ens18.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.8.7";
|
||||
address = "192.168.100.7";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user