diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-02 20:07:50 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-02 20:07:50 -0400 |
commit | b130948ddf03010ef7c2fc9b4b4841e41f5e6b73 (patch) | |
tree | e73fe706908fe79afeaab72157216584d7ad25ce /hosts/shinji/sops.nix | |
parent | add rosepine themes (diff) | |
download | dotfiles-nix-b130948ddf03010ef7c2fc9b4b4841e41f5e6b73.tar.gz dotfiles-nix-b130948ddf03010ef7c2fc9b4b4841e41f5e6b73.tar.bz2 dotfiles-nix-b130948ddf03010ef7c2fc9b4b4841e41f5e6b73.zip |
add freyanet and sops to thinkpad
Diffstat (limited to 'hosts/shinji/sops.nix')
-rw-r--r-- | hosts/shinji/sops.nix | 6 |
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 ]; |