Use GRUB BIOS boot + move sops age key out of repo
This commit is contained in:
parent
1862821f8f
commit
b419320bfc
2 changed files with 10 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
environment.etc."sops/age/keys.txt".source = ../../secrets/age/keys.txt;
|
||||
sops.defaultSopsFile = ../../secrets/bucur.yaml;
|
||||
sops.age.keyFile = "/etc/sops/age/keys.txt";
|
||||
sops.age.keyFile = "/var/lib/sops/age/keys.txt";
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/sops/age 0700 root root -"
|
||||
];
|
||||
|
||||
sops.secrets.mtproto_secret = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue