summaryrefslogtreecommitdiff
path: root/system-profiles/core/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/core/default.nix')
-rw-r--r--system-profiles/core/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix
index fc19388c..8d196320 100644
--- a/system-profiles/core/default.nix
+++ b/system-profiles/core/default.nix
@@ -51,6 +51,7 @@ in {
51 experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "cgroups"]; 51 experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "cgroups"];
52 auto-allocate-uids = true; 52 auto-allocate-uids = true;
53 use-cgroups = true; 53 use-cgroups = true;
54 use-xdg-base-directories = true;
54 55
55 flake-registry = "${flakeInputs.flake-registry}/flake-registry.json"; 56 flake-registry = "${flakeInputs.flake-registry}/flake-registry.json";
56 }; 57 };