summaryrefslogtreecommitdiff
path: root/hosts/shinji/sops.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/shinji/sops.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/shinji/sops.nix b/hosts/shinji/sops.nix
index fa3272c..a0724e1 100644
--- a/hosts/shinji/sops.nix
+++ b/hosts/shinji/sops.nix
@@ -3,11 +3,7 @@
pkgs,
inputs,
...
-}: let
- isEd25519 = k: k.type == "ed25519";
- getKeyPath = k: k.path;
- keys = builtins.filter isEd25519 config.services.openssh.hostKeys;
-in {
+}: {
imports = [
inputs.sops-nix.nixosModules.sops
];