Compare commits

..

2 commits

Author SHA1 Message Date
e78c8b10d0 flake.lock: Update
Flake lock file updates:

• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/80afbd13eea0b7c4ac188de949e1711b31c2b5f0?narHash=sha256-6MWaMLXK9QMndI94CIxeiPafi3wuO%2BimCtK9tfhsZdw%3D' (2026-04-03)
  → 'github:NixOS/nixos-hardware/c775c2772ba56e906cbeb4e0b2db19079ef11ff7?narHash=sha256-2ZBhDNZZwYkRmefK5XLOusCJHnoeKkoN95hoSGgMxWM%3D' (2026-04-06)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/bcd464ccd2a1a7cd09aa2f8d4ffba83b761b1d0e?narHash=sha256-d3Yx83vSrN%2B2z/loBh4mJpyRqr9aAJqlke4TkpFmRJA%3D' (2026-04-01)
  → 'github:NixOS/nixpkgs/36a601196c4ebf49e035270e10b2d103fe39076b?narHash=sha256-/74n1oQPtKG52Yw41cbToxspxHbYz6O3vi%2BXEw16Qe8%3D' (2026-04-04)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/8f093d0d2f08f37317778bd94db5951d6cce6c46?narHash=sha256-/0BoSi0Dg0ON7IW0oscM12WSPBaMSCn36XTt0lHZoy8%3D' (2026-04-03)
  → 'github:Mic92/sops-nix/a4ee2de76efb759fe8d4868c33dec9937897916f?narHash=sha256-f50qrK0WwZ9z5EdaMGWOTtALgSF7yb7XwuE7LjCuDmw%3D' (2026-04-05)
2026-04-06 23:58:42 +02:00
fe50bf0b58 sops: darwin: switch to SSH host keys
I've decided to just create some ssh host keys via `sudo ssh-keygen -A`
to make the key management parallel to linux hosts.
2026-04-06 23:58:42 +02:00

View file

@ -15,7 +15,7 @@ in
{
home.ensureDirs."${builtins.dirOf homeKeys}".mode = "0700";
sops = {
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# deliberately not setting `defaultSopsFile` because there is no clear file-hostname-mapping. Each separate home config has to configure this explicitly.
};
}