Finished Some parents Machine STuff

This commit is contained in:
Annika Merris 2024-09-04 19:08:47 -04:00
parent 24d29781ee
commit a7a85e46fc
3 changed files with 36 additions and 2 deletions

View file

@ -29,8 +29,8 @@ inputs.nixpkgs.lib.nixosSystem {
sops = {
defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/annika/.config/sops/age/keys.txt";
age.sshKeyPaths = [ "/home/annika/.ssh/id_ed25519" ];
age.keyFile = "/keys.txt";
# age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
};
time.timeZone = "America/New_York";