Compare commits
2 Commits
324d3e3847
...
7205ea32a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7205ea32a3 | ||
|
|
553e691a8b |
@@ -14,10 +14,11 @@
|
||||
backup = {
|
||||
verbose = true;
|
||||
exclude = [
|
||||
".vscode-server"
|
||||
".vscode*"
|
||||
".cache"
|
||||
".venv"
|
||||
".pyenv"
|
||||
".devenv"
|
||||
"data/postgres"
|
||||
"build"
|
||||
"__pycache__"
|
||||
@@ -25,6 +26,13 @@
|
||||
"*.egg-info"
|
||||
"*.csv"
|
||||
"*.m4a"
|
||||
|
||||
".local/share/Steam"
|
||||
".local/share/Trash"
|
||||
"build"
|
||||
"dist"
|
||||
"/home/*/Pictures"
|
||||
"/home/*/Videos"
|
||||
];
|
||||
schedule-permission = "user";
|
||||
schedule-priority = "background";
|
||||
|
||||
@@ -33,6 +33,7 @@ in {
|
||||
keep-daily = 7;
|
||||
keep-weekly = 4;
|
||||
keep-monthly = 6;
|
||||
keep-yearly = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ inputs, config, pkgs, lib, ... }:
|
||||
let
|
||||
sopsConfigPath = "${config.home.homeDirectory}/.config/home-manager/jsl-home/.sops.yaml";
|
||||
sopsSecretsPath = "${config.home.homeDirectory}/.config/home-manager/jsl-home/keys/secrets.yaml";
|
||||
sopsConfigPath = "${config.xdg.configHome}/home-manager/jsl-home/.sops.yaml";
|
||||
sopsSecretsPath = "${config.xdg.configHome}/home-manager/jsl-home/keys/secrets.yaml";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user