aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-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;