mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
more config
This commit is contained in:
parent
7b5b1f4259
commit
7384a1e2a8
3 changed files with 6 additions and 1 deletions
|
@ -25,7 +25,7 @@ let
|
|||
}
|
||||
'';
|
||||
akkoma-overlay = self: super: {
|
||||
akkoma = super.akkkoma.overrideAttrs (old: {
|
||||
akkoma = super.akkoma.overrideAttrs (old: {
|
||||
postPatch = ''
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/priv/static/themes
|
||||
cp ${./akkoma/terms-of-services.html} $out/priv/static/terms-of-service.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue