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,6 +24,7 @@
|
||||||
|
|
||||||
interfaces = {
|
interfaces = {
|
||||||
ens2f0 = {
|
ens2f0 = {
|
||||||
|
ipv4 = {
|
||||||
addresses = [
|
addresses = [
|
||||||
{
|
{
|
||||||
address = "185.230.78.13";
|
address = "185.230.78.13";
|
||||||
|
|
@ -40,4 +41,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue