mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-20 09:49:01 +02:00
feat: init git maintenance mode
This commit is contained in:
parent
ea9a450c9e
commit
851df9429d
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ with lib;
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
key = "6FC74C847011FD83";
|
key = "6FC74C847011FD83";
|
||||||
};
|
};
|
||||||
|
maintenance = {
|
||||||
|
enable = true;
|
||||||
|
repositories = [
|
||||||
|
"/home/julien/dev/nixpkgs"
|
||||||
|
];
|
||||||
|
};
|
||||||
delta.enable = true;
|
delta.enable = true;
|
||||||
ignores = [ ".direnv" ];
|
ignores = [ ".direnv" ];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue