X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Ftools%2Fmastodon.nix;h=c461bec4ab71101d2575d9876ac1f0615622f954;hp=3279cf8d61425f49556fc58be8fbd1f43ca1b778;hb=1a7188052f235fb632700478fad0108e4306107d;hpb=d42bbbe6f510fce233ecb66d44d205761390b56e diff --git a/nixops/modules/websites/tools/mastodon.nix b/nixops/modules/websites/tools/mastodon.nix index 3279cf8..c461bec 100644 --- a/nixops/modules/websites/tools/mastodon.nix +++ b/nixops/modules/websites/tools/mastodon.nix @@ -16,7 +16,7 @@ in { }; config = lib.mkIf cfg.enable { - mySecrets.keys = [{ + secrets.keys = [{ dest = "webapps/tools-mastodon"; user = "mastodon"; group = "mastodon";