From 7662775986032a643e2a5c82156752332c64ca39 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 31 Aug 2023 13:35:36 +0400 Subject: [PATCH] enable age --- hosts/sakotop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index da3e6ec4..66b5e445 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -93,6 +93,9 @@ mpd.enable = true; ncmpcpp.enable = true; }; + security = { + age.enable = true; + }; }; # Enable CUPS to print documents.