mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
serverle: add backup and ignore tmp-paths
This commit is contained in:
parent
180bab9bea
commit
e22335eadd
2 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,8 @@ in
|
|||
"/home/*/.gvfs"
|
||||
"/home/*/.thumbnails"
|
||||
"/home/*/.local/share/Trash"
|
||||
"/src/data/tmp"
|
||||
"/src/data/todo"
|
||||
];
|
||||
extraCreateArgs = "--one-file-system --exclude-caches --keep-exclude-tags --stats";
|
||||
encryption = {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./backup.nix
|
||||
./default.nix
|
||||
./core.nix
|
||||
./disks.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue