Add some packages
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
interfaces.enp1s0 = {
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.122.100";
|
||||
address = "192.168.0.2";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway = {
|
||||
address = "192.168.122.1";
|
||||
address = "192.168.0.254";
|
||||
interface = "enp1s0";
|
||||
};
|
||||
nameservers = [
|
||||
|
||||
Reference in New Issue
Block a user