Erreurs diverses
This commit is contained in:
parent
cb0119bc84
commit
7f7fca0db7
2 changed files with 17 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Networking
|
# Networking
|
||||||
|
|
@ -24,19 +24,21 @@
|
||||||
|
|
||||||
interfaces = {
|
interfaces = {
|
||||||
ens2f0 = {
|
ens2f0 = {
|
||||||
addresses = [
|
ipv4 = {
|
||||||
{
|
addresses = [
|
||||||
address = "185.230.78.13";
|
{
|
||||||
prefixLength = 24;
|
address = "185.230.78.13";
|
||||||
}
|
prefixLength = 24;
|
||||||
];
|
}
|
||||||
routes = [
|
];
|
||||||
{
|
routes = [
|
||||||
address = "0.0.0.0";
|
{
|
||||||
prefixLength = 0;
|
address = "0.0.0.0";
|
||||||
via = "185.230.78.99";
|
prefixLength = 0;
|
||||||
}
|
via = "185.230.78.99";
|
||||||
];
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue