From b79e60a4455de11c2ad9c12b027bdc0d67c05923 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Mon, 22 May 2023 20:41:27 +0200
Subject: ...

---
 system-profiles/core/default.nix | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix
index 18a97805..fc19388c 100644
--- a/system-profiles/core/default.nix
+++ b/system-profiles/core/default.nix
@@ -48,11 +48,12 @@ in {
         allowed-users = [ "*" ];
         trusted-users = [ "root" "@wheel" ];
 
+        experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "cgroups"];
+        auto-allocate-uids = true;
+        use-cgroups = true;
+
         flake-registry = "${flakeInputs.flake-registry}/flake-registry.json";
       };
-      extraOptions = ''
-        experimental-features = nix-command flakes
-      '';
       nixPath = [
         "nixpkgs=${pkgs.runCommand "nixpkgs" {} ''
           mkdir $out
-- 
cgit v1.2.3