Move backup key

This commit is contained in:
Greg Hellings
2022-09-06 03:44:55 +00:00
parent bf20b4c2a7
commit 2ee03640e9
7 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ in with lib; {
key = mkOption {
type = types.path;
description = "SSH key to use";
default = null;
default = ./ssh/id_ed25519;
};
jobs = mkOption {