From c1d9af57156f3c95590d9a12c394ee064df9696e Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 15:25:38 +0100 Subject: added disko config for laptop, added storage and memory modules --- sys/core/security.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sys/core/security.nix') diff --git a/sys/core/security.nix b/sys/core/security.nix index 2c34662..bf43577 100644 --- a/sys/core/security.nix +++ b/sys/core/security.nix @@ -1,10 +1,9 @@ { config, lib, pkgs, ... }: let - cfg = config.szpont.sys.core.security; + cfg = config.sys.core.security; in { - options.szpont.sys.core.security.enable = lib.mkEnableOption "core security services"; - + options.sys.core.security.enable = lib.mkEnableOption "core security services"; config = lib.mkIf cfg.enable { services.gnome.gnome-keyring.enable = true; @@ -30,5 +29,11 @@ in TimeoutStopSec = 10; }; }; + + environment.systemPackages = with pkgs; [ + veracrypt + bitwarden-desktop + hello + ]; }; } -- cgit v1.3