stuff
This commit is contained in:
parent
5a227bfc45
commit
c956dfb659
12 changed files with 59 additions and 35 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue