dots/hosts/orion/modules/agenix.nix
Price Hiller 2737b13d17
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
refactor(nix/host/orion): disable openssh service
2024-06-04 02:46:49 -05:00

7 lines
145 B
Nix

{ config, ... }:
{
age.identityPaths = [
(config.environment.persistence.ephemeral.persistentStoragePath + "/ssh_host_ed25519_key")
];
}