mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
use-xdg-base-directories still isn't ready
This commit is contained in:
parent
3d67b76cee
commit
c6f43eaa8f
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ in {
|
||||||
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
|
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
use-xdg-base-directories = true;
|
#become stable faster stupid
|
||||||
|
#use-xdg-base-directories = true;
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
"@wheel"
|
"@wheel"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue