Revert template change
This commit is contained in:
parent
ae856e1c9e
commit
60eb69b118
1 changed files with 12 additions and 12 deletions
|
@ -78,18 +78,18 @@ in
|
|||
file = "forgejo_backup";
|
||||
backupDir = "/backups";
|
||||
};
|
||||
package = pkgs.forgejo.overrideAttrs (
|
||||
prev: {
|
||||
postInstall = builtins.concatStringsSep "\n" [
|
||||
prev.postInstall
|
||||
''
|
||||
chmod -R u+w $data/templates/custom/
|
||||
cp ${./home.tmpl} $data/templates/custom/
|
||||
chmod -R u-w $data/templates/custom/
|
||||
''
|
||||
];
|
||||
}
|
||||
);
|
||||
# package = pkgs.forgejo.overrideAttrs (
|
||||
# prev: {
|
||||
# postInstall = builtins.concatStringsSep "\n" [
|
||||
# prev.postInstall
|
||||
# ''
|
||||
# chmod -R u+w $data/templates/custom/
|
||||
# cp ${./home.tmpl} $data/templates/custom/
|
||||
# chmod -R u-w $data/templates/custom/
|
||||
# ''
|
||||
# ];
|
||||
# }
|
||||
# );
|
||||
};
|
||||
|
||||
openssh = {
|
||||
|
|
Loading…
Reference in a new issue