1

trusted users + restructure folders

This commit is contained in:
2022-08-11 14:17:06 +02:00
parent f3d9fe98ae
commit a957ebf480
20 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,8 @@
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
settings.trusted-users = [ "root" "christoph" ];
# Keep nix-shell from garbage collection for direnv (keep-outputs + keep-derivations) # Keep nix-shell from garbage collection for direnv (keep-outputs + keep-derivations)
# NOTE: nix-direnv use nix or use flake should do this automatically # NOTE: nix-direnv use nix or use flake should do this automatically
# keep-outputs = true # keep-outputs = true
@ -250,7 +252,6 @@
in in
formatted; formatted;
# TODO: Trusted users
# We want these packages to be available even when no user profile is active # We want these packages to be available even when no user profile is active
# Empty since we basically only need git + editor which is enabled below # Empty since we basically only need git + editor which is enabled below