diff --git a/git_system.nix b/git_system.nix index 310307d..9501d9e 100644 --- a/git_system.nix +++ b/git_system.nix @@ -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 = {