From ee29536d134419bfbd17afd2e216720365e29edd Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 16 Aug 2024 13:27:08 +0000 Subject: [PATCH] nixos-mods/allCommon: set secrix defaults --- nix/nixos-modules/allCommon.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/nixos-modules/allCommon.nix b/nix/nixos-modules/allCommon.nix index c7e9367..29e0d8d 100644 --- a/nix/nixos-modules/allCommon.nix +++ b/nix/nixos-modules/allCommon.nix @@ -170,6 +170,11 @@ in improvedDefaults.enable = true; + secrix = { + enable = true; + hostKeyType = "ed25519"; + }; + };