about summary refs log tree commit diff
path: root/nixos/alpha
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-15 23:24:03 +0900
committersefidel <contact@sefidel.net>2023-02-15 23:24:03 +0900
commit0512baf6dd03ea0e9ac5e74d81b530d75c40e5df (patch)
tree6ce0fba1d065a39be08bb7aa129ff8906942f04b /nixos/alpha
parent0d17dc7b7227e58e269140cbd488330dd62c09b2 (diff)
downloadnixrc-0512baf6dd03ea0e9ac5e74d81b530d75c40e5df.tar.gz
nixrc-0512baf6dd03ea0e9ac5e74d81b530d75c40e5df.zip
feat(home/messaging): use sops for mail secret
Diffstat (limited to 'nixos/alpha')
-rw-r--r--nixos/alpha/configuration.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index 3abc636..42675bd 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -8,18 +8,6 @@
     doas.enable = true;
     doas.wheelNeedsPassword = false;
     sudo.wheelNeedsPassword = false;
-
-    pam.services = {
-      login.gnupg.enable = true;
-      login.gnupg.storeOnly = true;
-
-      greetd.gnupg.enable = true;
-      greetd.gnupg.storeOnly = true;
-
-      swaylock.gnupg.enable = true;
-      i3lock.gnupg.enable = true;
-      i3lock-color.gnupg.enable = true;
-    };
   };
 
   boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;