summaryrefslogtreecommitdiff
path: root/modules/core/security/sops.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/security/sops.nix')
-rw-r--r--modules/core/security/sops.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/core/security/sops.nix b/modules/core/security/sops.nix
deleted file mode 100644
index c98a533..0000000
--- a/modules/core/security/sops.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ pkgs, ... }:
-{
- environment.systemPackages = [
- pkgs.sops
- ];
-
- sops = {
- gnupg.sshKeyPaths = [ ];
- secrets.tailscale_authentication_key.sopsFile = ../../../secrets/hosts.yaml;
-
- age = {
- sshKeyPaths = [ ];
- keyFile = "/var/lib/sops-nix/keys.txt";
- generateKey = true;
- };
- };
-}