write text instead
This commit is contained in:
parent
92d3bd4d4a
commit
19a6ddd6e6
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ in mkIf conf.fedi.enable {
|
|||
"emoji/blobhaj" = blobhaj;
|
||||
"emoji/blobhajFlags" = blobhajFlags;
|
||||
|
||||
"frontends/pleroma-fe/stable/static/styles.json" = ./styles.json;
|
||||
"static/themes/rosepine.json" = ./rosepine.json;
|
||||
"frontends/pleroma-fe/stable/static/styles.json" = pkgs.writeText "styles.json" ./styles.json;
|
||||
"static/themes/rosepine.json" = pkgs.writeText "rosepine.json" ./rosepine.json;
|
||||
};
|
||||
nginx = {
|
||||
serverName = "fedi.twoneis.site";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue