diff --git a/home.nix b/home.nix index 0bceaaa..8eb7af5 100755 --- a/home.nix +++ b/home.nix @@ -54,12 +54,14 @@ # SOPS config sops = { - age.sshKeyPaths = [ "/home/user/.ssh/id_ed25519" ]; + age.sshKeyPaths = [ "/home/roy/.ssh/id_ed25519" ]; + age.keyFile = "/persist/home/roy/age-key.txt"; + age.generateKey = true; defaultSopsFormat = "json"; defaultSopsFile = ./secrets/roy.json; - secrets.test = { - path = "%r/test.txt"; - }; + # secrets.test = { + # path = "%r/test.txt"; + #}; }; # User services must come after sops secrets diff --git a/secrets/roy.json b/secrets/roy.json deleted file mode 100644 index 95f6f06..0000000 --- a/secrets/roy.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "testSecret": "biggleBlorg" -}