diff options
author | sefidel <contact@sefidel.net> | 2023-02-18 00:16:58 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-18 00:16:58 +0900 |
commit | ae58864cc241ee44e3a70da3f7d09bf72eb80d40 (patch) | |
tree | 37edcc1f4011c281d6bb7e1a1217a83877c3b058 /nixos/alpha | |
parent | 2f0436802968113b0ae01d4ffc90a0a0d1bb8a40 (diff) | |
download | nixrc-ae58864cc241ee44e3a70da3f7d09bf72eb80d40.tar.gz nixrc-ae58864cc241ee44e3a70da3f7d09bf72eb80d40.zip |
feat(home): add 'home' ssh-to-pgp key
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 5b11de4..558d57c 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -218,6 +218,10 @@ ]; }; + services.dbus.packages = with pkgs; [ + pass-secret-service + ]; + sops.defaultSopsFile = ./secrets/secrets.yaml; sops.secrets.root-password.neededForUsers = true; sops.secrets.sefidel-password.neededForUsers = true; |