mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:31:02 -05:00
Finished Some parents Machine STuff
This commit is contained in:
parent
24d29781ee
commit
a7a85e46fc
3 changed files with 36 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue