diesdas
This commit is contained in:
parent
5fabec3fa3
commit
4fb0d3aa6c
17 changed files with 75 additions and 34 deletions
|
|
@ -11,7 +11,7 @@
|
|||
snapshot_dir = "/btrbk_snapshots";
|
||||
target = "/run/media/till/backup/${config.networking.hostName}";
|
||||
target_preserve_min = "latest";
|
||||
target_preserve = "10d 10w *m";
|
||||
target_preserve = "10d 10w 24m";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,13 +7,12 @@
|
|||
services.gnome.gnome-browser-connector.enable = true;
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
gnome-tour
|
||||
]) ++ (with pkgs.gnome; [
|
||||
geary
|
||||
yelp
|
||||
gnome-contacts
|
||||
gnome-initial-setup
|
||||
]);
|
||||
environment.systemPackages = with pkgs.gnome; [
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome-sound-recorder
|
||||
gnome-tweaks
|
||||
gnome-boxes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue