summaryrefslogtreecommitdiff
path: root/modules/root/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/root/secrets.nix')
-rw-r--r--modules/root/secrets.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/root/secrets.nix b/modules/root/secrets.nix
deleted file mode 100644
index 416bcde..0000000
--- a/modules/root/secrets.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ inputs, config, userDetails, ... }: {
- imports = [ inputs.sops-nix.nixosModules.sops ];
-
- sops = {
- defaultSopsFormat = "yaml";
- age.sshKeyPaths = [ "${userDetails.home}/.ssh/id_ed25519" "/root/.ssh/id_ed25519" ];
- };
-}