feat: initializes secrets file for fragile; adds yubikey u2f key to secrets and set it to be in the home path of ${username}

This commit is contained in:
Ahwx 2026-04-29 00:06:01 +02:00
parent f12a9a2c09
commit 175f5eb789
3 changed files with 30 additions and 0 deletions

View file

@ -49,6 +49,14 @@
"dandelionSyncthingId" = { };
"sakuraSyncthingId" = { };
}
else if (host == "fragile") then
{
"systemMailerPassword" = { };
"yubikeySecret" = {
owner = username;
path = "/home/${username}/.config/Yubico/u2f_keys";
};
}
else
{ };
};