From db44d490d1b6e25212a5bd7cd0f3a390cf394b55 Mon Sep 17 00:00:00 2001 From: adikro Date: Fri, 26 Dec 2025 21:19:02 +0100 Subject: added ssh support, renamed sys to os --- os/core/security.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'os/core/security.nix') diff --git a/os/core/security.nix b/os/core/security.nix index cfc8bf6..839010b 100644 --- a/os/core/security.nix +++ b/os/core/security.nix @@ -1,9 +1,9 @@ { config, lib, pkgs, ... }: let - cfg = config.sys.core.security; + cfg = config.os.core.security; in { - options.sys.core.security.enable = lib.mkEnableOption "core security services"; + options.os.core.security.enable = lib.mkEnableOption "core security services"; config = lib.mkIf cfg.enable { services.gnome.gnome-keyring.enable = true; @@ -12,12 +12,6 @@ in rtkit.enable = true; }; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - pinentryPackage = pkgs.pinentry-curses; - }; - systemd.user.services.polkit-gnome-authentication-agent-1 = { description = "gnome-polkit-authentication-agent-1"; wantedBy = [ "graphical-session.target" ]; -- cgit v1.3