age key vanished

This commit is contained in:
2024-11-09 22:22:26 -06:00
parent 4fc11e17fa
commit 8fa4f6e34c
5 changed files with 106 additions and 57 deletions

View File

@@ -19,7 +19,7 @@
];
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_6_6;
#kernelPackages = pkgs.linuxKernel.packages.linux_6_6;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
@@ -177,7 +177,6 @@
"/var/lib/nixos"
"/var/lib/systemd/coredump"
"/etc/NetworkManager/system-connections"
{ directory = "/var/lib/sops"; user = "root"; group = "root"; mode = "u=rwx,g=,o="; }
];
files = [
"/etc/machine-id"
@@ -189,7 +188,7 @@
};
sops = {
age.keyFile = "/var/lib/sops/age/keys.txt";
age.keyFile = "/home/nathan/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets/secrets.yaml;
defaultSopsFormat = "yaml";