Keyfile is string, not path

This commit is contained in:
asonix 2023-01-25 22:51:32 -06:00
parent 3804d2e989
commit 38366cc667
3 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
export LOCAL_KEY=/etc/nix/cache-priv-key.pem
sudo nix run github:serokell/deploy-rs $1 -- -- --impure
sudo nix run github:serokell/deploy-rs $1

View file

@ -44,11 +44,11 @@
"sops-nix": "sops-nix"
},
"locked": {
"lastModified": 1674704587,
"narHash": "sha256-idqLpsQVD1/cTMQy8L1yOpDgE5eZnqje+fmejDnY8rw=",
"lastModified": 1674707631,
"narHash": "sha256-l6veUtllMHv8Qg6dGi1yYdgxWt17A+Obd8k4ry03Fgs=",
"ref": "refs/heads/main",
"rev": "29e77547d0cf88443382eba6bf00c2491c37d0e8",
"revCount": 51,
"rev": "840dd177994a709b34455c4677ba5b44f0c5d5bc",
"revCount": 52,
"type": "git",
"url": "https://git.asonix.dog/asonix/nixos-aarch64-images"
},
@ -107,11 +107,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1674704144,
"narHash": "sha256-zGuyFqT9UuliG7GIuvkU5frK1jsycJnzMCBuJIkomXg=",
"lastModified": 1674707019,
"narHash": "sha256-CcxT/v/FQUSjKQJXVRcUIamM6/Ac4pp04YZ3G6yiEwM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "38ae29e67016d35f1a4e13ae5fb2495a4b3ee304",
"rev": "aece81e2d812d646bca263461211ad2b7510ffa9",
"type": "github"
},
"original": {

View file

@ -82,7 +82,7 @@
];
sops = {
age.keyFile = /home/asonix/.config/sops/age/keys.txt;
age.keyFile = "/home/asonix/.config/sops/age/keys.txt";
age.generateKey = true;
secrets.private_key = {
format = "yaml";