nix: update flake sources to 2ff53fe

This commit is contained in:
Nico 2025-05-03 16:16:01 +10:00
parent 5c469538a2
commit c9ea6d3f3f
2 changed files with 6 additions and 9 deletions

View file

@ -1,9 +1,6 @@
{ config, lib, pkgs, ... }:
{
# auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
# nix auto garbage collection
nix.gc = {
automatic = true;