mic92: add dns name to sandro's machine
This commit is contained in:
parent
a36a09931e
commit
87b7045f53
4
krebs/3modules/external/default.nix
vendored
4
krebs/3modules/external/default.nix
vendored
@ -632,8 +632,10 @@ in {
|
||||
};
|
||||
hydrogen = {
|
||||
owner = config.krebs.users.sandro;
|
||||
nets = {
|
||||
nets = rec {
|
||||
internet.addrs = [ "hydrogen.supersandro.de" ];
|
||||
retiolum = {
|
||||
via = internet;
|
||||
ip4.addr = "10.243.54.54";
|
||||
aliases = [ "hydrogen.r" ];
|
||||
tinc.pubkey = ''
|
||||
|
@ -113,7 +113,7 @@ rec {
|
||||
default = null;
|
||||
};
|
||||
addrs = mkOption {
|
||||
type = listOf addr;
|
||||
type = listOf (either addr str);
|
||||
default =
|
||||
optional (config.ip4 != null) config.ip4.addr ++
|
||||
optional (config.ip6 != null) config.ip6.addr;
|
||||
|
Loading…
Reference in New Issue
Block a user