Fix rot8000
This commit is contained in:
parent
0101bf1140
commit
0767577099
2 changed files with 13 additions and 1 deletions
|
@ -45,7 +45,13 @@
|
|||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
programs.git.config.safe.directory = "/var/lib/gitea/repositories/harald/nixcfg.git";
|
||||
programs.git.config = {
|
||||
safe.directory = "/var/lib/gitea/repositories/harald/nixcfg.git";
|
||||
"filter \"rot8000\"" = {
|
||||
smudge = "${pkgs.metacfg.rot8000}/bin/rot8000";
|
||||
clean = "${pkgs.metacfg.rot8000}/bin/rot8000";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
age
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue