various additions
This commit is contained in:
parent
f235261913
commit
70618d8d32
4 changed files with 18 additions and 1 deletions
|
@ -43,6 +43,10 @@
|
|||
enable = true;
|
||||
path = "/home/syncthing/private";
|
||||
};
|
||||
art = {
|
||||
enable = true;
|
||||
path = "/home/syncthing/art";
|
||||
};
|
||||
password-store = {
|
||||
enable = true;
|
||||
path = "/home/syncthing/password-store";
|
||||
|
|
|
@ -24,6 +24,10 @@
|
|||
enable = true;
|
||||
path = "/home/palo/private";
|
||||
};
|
||||
art = {
|
||||
enable = true;
|
||||
path = "/home/palo/art";
|
||||
};
|
||||
desktop = {
|
||||
enable = true;
|
||||
path = "/home/palo/desktop";
|
||||
|
|
|
@ -54,6 +54,15 @@ with lib; {
|
|||
params.keep = "10";
|
||||
};
|
||||
};
|
||||
art = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
devices = [ "pepe" "sterni" "bumba" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
params.keep = "2";
|
||||
};
|
||||
};
|
||||
password-store = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
|
|
|
@ -201,7 +201,7 @@ in
|
|||
key = "42AC51C9482D0834CF488AF1389EC2D64AC71EAC";
|
||||
signByDefault = true;
|
||||
};
|
||||
ignores = [ "*.swp" "*~" ".idea" ".*penis.*" ];
|
||||
ignores = [ "*.swp" "*~" ".idea" ".*penis.*" "result" ];
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
pull.ff = "only";
|
||||
|
|
Loading…
Reference in a new issue