This commit is contained in:
Tao Tien 2025-03-12 19:47:31 -07:00
parent 55178920cd
commit aa6715fcbd
2 changed files with 4 additions and 1 deletions

View file

@ -168,7 +168,8 @@
nix.settings = { nix.settings = {
experimental-features = "nix-command flakes"; experimental-features = "nix-command flakes";
auto-optimise-store = true; auto-optimise-store = true;
trusted-users = ["root" "@wheel"]; # adding logged in users allows for passwordless root
# trusted-users = ["root"];
system-features = [ system-features = [
"benchmark" "benchmark"
"big-parallel" "big-parallel"

View file

@ -6,6 +6,8 @@
... ...
}: { }: {
users.users.tao.packages = with pkgs; [ users.users.tao.packages = with pkgs; [
nix-output-monitor
nvd
# calibre # calibre
# davinci-resolve # davinci-resolve
# fractal # fractal