commit 9193ea0af6167ab0e99aa887dc7aa539092980e4
parent 47a8de442dd0bc9118896d786483aefa1836dd0c
Author: Leah (ctucx) <git@ctu.cx>
Date: Fri, 24 May 2024 13:27:16 +0200
parent 47a8de442dd0bc9118896d786483aefa1836dd0c
Author: Leah (ctucx) <git@ctu.cx>
Date: Fri, 24 May 2024 13:27:16 +0200
cleanup
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix @@ -44,6 +44,7 @@ in { ns1 = (host nodes.trabbi.config.networking.primaryIP4 nodes.trabbi.config.networking.primaryIP); ns2 = (host nodes.wanderduene.config.networking.primaryIP4 nodes.wanderduene.config.networking.primaryIP); + # "sig1._domainkey".CNAME = [ "sig1.dkim.ctu.cx.at.icloudmailadmin.com." ]; _atproto.TXT = [ "did=did:plc:zaeuok3fmh2pcp4cjiicku4i" ]; @@ -53,7 +54,6 @@ in { "blechkasten.home" = (host "195.39.246.43" "2a0f:4ac0:acab::43"); "desktop.home" = (host "195.39.246.44" "2a0f:4ac0:acab::44"); - # "sig1._domainkey".CNAME = [ "sig1.dkim.ctu.cx.at.icloudmailadmin.com." ]; "48-247-39-195.wireguard".A = [ (a "195.39.247.48") ]; "49-247-39-195.wireguard".A = [ (a "195.39.247.49") ];
diff --git a/machines/blechkasten/darwin-configuration.nix b/machines/blechkasten/darwin-configuration.nix @@ -9,7 +9,7 @@ networking.computerName = config.networking.hostName; #currently broken in nixpkgs-darwin - ctucxConfig.ocrmypdf.enable = lib.mkForce false; + ctucxConfig.programs.ocrmypdf.enable = lib.mkForce false; home-manager.users.leah.home.stateVersion = "22.05"; system.stateVersion = 4;
diff --git a/machines/trabbi/mail/default.nix b/machines/trabbi/mail/default.nix @@ -157,8 +157,7 @@ in { aliases = [ "@ctu.cx" "@ctucx.de" - "leah@thein.ovh" - "leon@thein.ovh" + "@thein.ovh" ]; };