diff options
Diffstat (limited to 'nixos/modules/features/security')
| -rw-r--r-- | nixos/modules/features/security/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/modules/features/security/default.nix b/nixos/modules/features/security/default.nix new file mode 100644 index 0000000..935ef22 --- /dev/null +++ b/nixos/modules/features/security/default.nix @@ -0,0 +1,8 @@ +{ pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + keepassxc + cryptomator + ]; +} |
