nix/os/containers: configure ddclient-ovh respectively
This commit is contained in:
parent
b115e73ac7
commit
5b46aa8385
3 changed files with 15 additions and 0 deletions
|
@ -7,10 +7,16 @@ in args // {
|
|||
config = { pkgs, ... }: {
|
||||
imports = [
|
||||
../profiles/common/user.nix
|
||||
../modules/ddclient-ovh.nix
|
||||
];
|
||||
|
||||
networking.firewall.enable = false;
|
||||
|
||||
services.ddclientovh = {
|
||||
enable = true;
|
||||
domain = "mailserver.svc.stefanjunker.de";
|
||||
};
|
||||
|
||||
services.dovecot2 = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
@ -4,8 +4,17 @@ let
|
|||
|
||||
in args // {
|
||||
config = { pkgs, ... }: {
|
||||
imports = [
|
||||
../modules/ddclient-ovh.nix
|
||||
];
|
||||
|
||||
networking.firewall.enable = false;
|
||||
|
||||
services.ddclientovh = {
|
||||
enable = true;
|
||||
domain = "www.stefanjunker.de";
|
||||
};
|
||||
|
||||
systemd.services.mysql-deprecated = {
|
||||
enable = true;
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue