sops: fix secret path generation

This commit is contained in:
Jörg Thalheim
2024-04-12 12:39:09 +02:00
parent 396071a925
commit 58446db110
2 changed files with 4 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
};
machineName = lib.mkOption {
type = lib.types.str;
default = "nixos";
description = ''
the name of the machine
'';