Compare commits

..

2 commits

Author SHA1 Message Date
064d59cb19
draft types 2025-06-23 09:16:10 +02:00
8b2ee21dbe
data model: add run-time configuration 2025-06-23 09:06:52 +02:00

View file

@ -27,7 +27,7 @@ in
pkgs.openssh
];
env = {
DEPLOYMENT_FLAKE = toString ../.;
DEPLOYMENT_FLAKE = ../.;
DEPLOYMENT_NAME = "test";
NPINS_DIRECTORY = toString ../npins;
CREDENTIALS_DIRECTORY = toString ./.credentials;