mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
nix-collect-garbage fixed
This commit is contained in:
parent
0d2e560191
commit
3b2d407db1
3 changed files with 8 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
self,
|
||||
|
|
@ -30,7 +31,7 @@ in {
|
|||
|
||||
#other nix settings
|
||||
nix = {
|
||||
#package = inputs.nix.packages.${pkgs.system}.default;
|
||||
package = inputs.nix.packages.${pkgs.system}.default;
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes" "repl-flake"];
|
||||
auto-optimise-store = true;
|
||||
|
|
@ -38,7 +39,7 @@ in {
|
|||
#ignore global registry
|
||||
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
|
||||
#become stable faster stupid
|
||||
#use-xdg-base-directories = true;
|
||||
use-xdg-base-directories = true;
|
||||
trusted-users = [
|
||||
"root"
|
||||
"@wheel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue