This commit is contained in:
Till 2023-11-23 18:00:17 +01:00
parent 5a227bfc45
commit c956dfb659
12 changed files with 59 additions and 35 deletions

View file

@ -11,8 +11,8 @@
snapshot_preserve_min = "4d";
snapshot_dir = "/btrbk_snapshots";
target = "/run/media/till/backup/${config.networking.hostName}";
target_preserve_min = "2h";
target_preserve = "40d 52w *m";
target_preserve_min = "latest";
target_preserve = "10d 10w *m";
};
};
};

View file

@ -20,6 +20,11 @@
};
time.timeZone = "Europe/Berlin";
i18n.extraLocaleSettings = {
LC_TIME = "de_DE.UTF-8";
LC_CTYPE = "de_DE.UTF-8";
LC_PAPER = "de_DE.UTF-8";
};
users.users.till = {
isNormalUser = true;
@ -63,6 +68,7 @@
foot
htop
killall
pciutils
virt-manager
];

View file

@ -6,10 +6,8 @@
services.xserver.desktopManager.gnome.enable = true;
services.gnome.gnome-browser-connector.enable = true;
environment.gnome.excludePackages = (with pkgs; [
# gnome-photos
gnome-tour
]) ++ (with pkgs.gnome; [
epiphany
geary
yelp
gnome-contacts