l hfos: try multi ips

This commit is contained in:
lassulus 2023-09-03 12:06:28 +02:00
parent 48e371a597
commit be4121f526
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, ... }: let
with import <stockholm/lib>;
{
vmip = "192.168.122.208";
in {
users.users.riot = {
uid = genid "riot";
isNormalUser = true;
@ -11,7 +12,7 @@ with import <stockholm/lib>;
];
};
networking.interfaces.et0.ip4 = [
networking.interfaces."eth0:0".ip4 = [
{
address = "213.239.205.246";
prefixLength = 24;