mic92: add ip address for yasmin
This commit is contained in:
parent
62b30b0720
commit
6f96a15df6
5
krebs/3modules/external/mic92.nix
vendored
5
krebs/3modules/external/mic92.nix
vendored
@ -300,6 +300,11 @@ in {
|
||||
};
|
||||
yasmin = {
|
||||
owner = config.krebs.users.mic92;
|
||||
nets.internet = {
|
||||
ip4.addr = "131.159.102.7";
|
||||
ip6.addr = "2a09:80c0:102::7";
|
||||
aliases = [ "yasmin.i" ];
|
||||
};
|
||||
nets.retiolum = {
|
||||
ip4.addr = "10.243.29.197";
|
||||
aliases = [
|
||||
|
Loading…
Reference in New Issue
Block a user