diff options
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/exim-smarthost.nix | 2 | ||||
| -rw-r--r-- | configs/initrd/sshd.nix | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/configs/exim-smarthost.nix b/configs/exim-smarthost.nix index d983165..80c284a 100644 --- a/configs/exim-smarthost.nix +++ b/configs/exim-smarthost.nix @@ -19,7 +19,7 @@ internet-aliases = with config.krebs.users; [ { from = "bku-eppler@viljetic.de"; to = tv.mail; } { from = "postmaster@viljetic.de"; to = tv.mail; } # RFC 822 - { from = "mirko@viljetic.de"; to = mv-ni.mail; } + { from = "mirko@viljetic.de"; to = mv.mail; } { from = "tomislav@viljetic.de"; to = tv.mail; } { from = "tv@viljetic.de"; to = tv.mail; } { from = "tv@shackspace.de"; to = tv.mail; } diff --git a/configs/initrd/sshd.nix b/configs/initrd/sshd.nix index eff8480..93c4ec9 100644 --- a/configs/initrd/sshd.nix +++ b/configs/initrd/sshd.nix @@ -14,4 +14,10 @@ boot.initrd.secrets = { "/etc/ssh/ssh_host_rsa_key" = <secrets/initrd/ssh_host_rsa_key>; }; + + boot.initrd.systemd.network.enable = config.boot.initrd.systemd.enable; + boot.initrd.systemd.network.networks."10-dhcp" = { + matchConfig.Name = [ "en*" ]; + DHCP = "yes"; + }; } |
