From 08f643637f3630833edf2f84627ef45e22d579a9 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 3 Jan 2025 00:03:06 +0100 Subject: [PATCH] toaster: add back mutt and paraphenalia --- flake.nix | 1 + hosts/toaster/default.nix | 2 +- modules/mail/default.nix | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index af524c2..49d22a5 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,7 @@ # ./modules/virtualization.nix ./hosts/toaster/secure-boot.nix ./modules/chromium.nix + ./modules/mail ]; }; cloud = nixpkgs-stable.lib.nixosSystem { diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 28f2fbd..8558c9c 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -5,7 +5,7 @@ ./hardware-configuration.nix # ./irc.nix ./stateful-network.nix - # ./secrets.nix + ./secrets.nix ./secure-boot.nix ./zfs.nix ]; diff --git a/modules/mail/default.nix b/modules/mail/default.nix index 5225480..f0a9853 100644 --- a/modules/mail/default.nix +++ b/modules/mail/default.nix @@ -19,16 +19,16 @@ in sops.secrets = { "mail/oxapentane.com" = { - owner = config.users.users.grue.name; + owner = config.users.users."0xa".name; }; "mail/shipunov.xyz" = { - owner = config.users.users.grue.name; + owner = config.users.users."0xa".name; }; "mail/dvb.solutions" = { - owner = config.users.users.grue.name; + owner = config.users.users."0xa".name; }; "mail/tlm.solutions" = { - owner = config.users.users.grue.name; + owner = config.users.users."0xa".name; }; };