├── example ├── service_password.age └── service_password2.age ├── example_keys ├── system1 └── system1.pub ├── modules └── age.nix └── test ├── install_ssh_host_keys.nix └── integration.nix /example/service_password.age: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/korfuri/agenix-systemd/HEAD/example/service_password.age -------------------------------------------------------------------------------- /example/service_password2.age: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/korfuri/agenix-systemd/HEAD/example/service_password2.age -------------------------------------------------------------------------------- /example_keys/system1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/korfuri/agenix-systemd/HEAD/example_keys/system1 -------------------------------------------------------------------------------- /example_keys/system1.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/korfuri/agenix-systemd/HEAD/example_keys/system1.pub -------------------------------------------------------------------------------- /modules/age.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/korfuri/agenix-systemd/HEAD/modules/age.nix -------------------------------------------------------------------------------- /test/install_ssh_host_keys.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/korfuri/agenix-systemd/HEAD/test/install_ssh_host_keys.nix -------------------------------------------------------------------------------- /test/integration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/korfuri/agenix-systemd/HEAD/test/integration.nix --------------------------------------------------------------------------------