From f19c6f48135738576729a3fdea54d1a71925f8db Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:01:24 +0000 Subject: [PATCH] for backup smth --- hosts/sakowsl/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 1c5823b7..d361c2c7 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -111,6 +111,9 @@ search.enable = true; }; }; + security = { + certs.enable = true; + }; }; security.sudo.wheelNeedsPassword = true;