lots of different things. too lazy

This commit is contained in:
Markus Heurung 2024-11-28 18:16:12 +01:00
parent 44e503e1ee
commit f080d7d9ad
4 changed files with 60 additions and 3 deletions

View file

@ -1,7 +1,10 @@
{ config, lib, pkgs, modulesPath, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
trusted-users = [ "root" "muhh" ];
};
nix.gc = {
automatic = true;