sops
fixed path and setup homemanager
This commit is contained in:
13
home/extras/sops.nix
Normal file
13
home/extras/sops.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/etc/sops/keys.txt";
|
||||
|
||||
# ── Define Secrets ────────────────────────────────────────────────────
|
||||
secrets."ssh/private".path = "/home/elias/.ssh/id_rsa";
|
||||
secrets."ssh/public".path = "/home/elias/.ssh/id_rsa.pub";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user