mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fixed sops not decrypting at boot
This commit is contained in:
parent
ca82a01644
commit
04f7e566b4
2 changed files with 4 additions and 8 deletions
|
|
@ -2,7 +2,6 @@
|
|||
pkgs,
|
||||
self,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
|
@ -13,6 +12,6 @@
|
|||
];
|
||||
sops = {
|
||||
defaultSopsFile = "${self}/systems/${config.networking.hostName}/secrets.yaml";
|
||||
age.sshKeyPaths = lib.mkForce ["/etc/ssh/ssh_host_ed25519_key"];
|
||||
age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue