fix: ensure networking remains good

This commit is contained in:
silver 2023-12-22 15:52:34 +00:00
parent 7c4e83f60a
commit 02dd11c8b4
5 changed files with 32 additions and 27 deletions

View file

@ -35,16 +35,14 @@ in {
networking = {
# needs to have an address statically assigned
interfaces = {
eno1 = {
ipv4.addresses = [
{
address = "193.1.99.120";
prefixLength = 26;
}
];
};
};
defaultGateway.interface = lib.mkDefault "eno1";
interfaces.eno1.ipv4.addresses = [
{
address = "193.1.99.120";
prefixLength = 26;
}
];
};
services.skynet_backup = {