modules/darwin/common: set nix.gc.user

This commit is contained in:
zowoq 2023-09-18 08:14:53 +10:00
parent 2eca43d7cd
commit 87f470d5ea

View file

@ -31,6 +31,9 @@
"@admin"
];
# shouldn't need to set this for a nix multi-user install
nix.gc.user = "root";
# srvos
nix.settings.builders-use-substitutes = true;