mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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/*/.gvfs"
|
||||||
"/home/*/.thumbnails"
|
"/home/*/.thumbnails"
|
||||||
"/home/*/.local/share/Trash"
|
"/home/*/.local/share/Trash"
|
||||||
|
"/src/data/tmp"
|
||||||
|
"/src/data/todo"
|
||||||
];
|
];
|
||||||
extraCreateArgs = "--one-file-system --exclude-caches --keep-exclude-tags --stats";
|
extraCreateArgs = "--one-file-system --exclude-caches --keep-exclude-tags --stats";
|
||||||
encryption = {
|
encryption = {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./backup.nix
|
||||||
./default.nix
|
./default.nix
|
||||||
./core.nix
|
./core.nix
|
||||||
./disks.nix
|
./disks.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue