From f3e19457ee314f7b189068751076084d4a46ea0c Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Sat, 16 Dec 2023 09:44:02 +0400 Subject: [PATCH] do not write resticPassword to secrets.json --- nixos-infect | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos-infect b/nixos-infect index 87c165b..1427d59 100755 --- a/nixos-infect +++ b/nixos-infect @@ -73,8 +73,7 @@ genSecrets() { "adminPassword": "$USER_PASS", "databasePassword": "$USER_PASS" } - }, - "resticPassword": "$USER_PASS" + } } EOF }