auto up 16:24:24 up 1:02, 2 users, load average: 0.54, 0.27, 0.10

This commit is contained in:
2025-11-14 16:24:26 +01:00
parent 2668919af5
commit b6a66eaa4d

View File

@@ -44,7 +44,7 @@
services.avahi.nssmdns4 = true;
environment = {
systemPackages = with pkgs; [ yazi tmux git starship zoxide rsync rclone neovim alacritty gtk4.dev ];
systemPackages = with pkgs; [ yazi tmux git starship zoxide rsync xorg.libX11.dev rclone neovim alacritty gtk4.dev ];
};
nix.optimise.automatic = true;
@@ -52,7 +52,7 @@
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d"; # Two weeks cache then forget
options = "--delete-older-than 14d"; # Two weeks cache then forget
};
networking = { networkmanager = { enable = true; }; };