hello, how can assign multiple ip to one interface? example
(static-networking-service "eno1" "192.168.1.82"
#:gateway "192.168.1.2"
#:name-servers '("192.168.1.2"))
if add other
(static-networking-service "eno1" "172.168.1.83")
'guix system reconfigure' throw can only assign one
i also try
(static-networking-service "eno1:alias" "172.168.1.83")
but throw error
thanks any help
