diff options
author | sefidel <contact@sefidel.net> | 2024-02-03 16:07:30 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-02-03 16:07:30 +0900 |
commit | be4fbf283ef0d7d668d263947c7b67318937bfc0 (patch) | |
tree | bc4dfbd79eea73ed417ce220e4440287b76bcfd9 | |
parent | f637236c51b03c91d77997b898b0fa5e605020d2 (diff) | |
download | nixrc-be4fbf283ef0d7d668d263947c7b67318937bfc0.tar.gz nixrc-be4fbf283ef0d7d668d263947c7b67318937bfc0.zip |
feat(nixos/alpha): exclude sandbox from backups
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 7f416e3..ac2c582 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -133,6 +133,8 @@ "**/.nix-profile" # Rust build files "**/target" + # Large, non-essential files + "/home/**/sandbox" ]; prune.keep = { |