oopsidentify

This commit is contained in:
Till 2025-07-03 23:56:40 +02:00
parent f159c2cb9d
commit ae431ac3dc
4 changed files with 30 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
nix = {
settings.experimental-features = [ "nix-command" "flakes" ];
gc.automatic = true;