From 17fd651768a15ebe8305ec85800b81d0c8d3b3c8 Mon Sep 17 00:00:00 2001 From: Nathan van Doorn Date: Sat, 4 May 2024 12:37:58 +0000 Subject: [PATCH] Enable flakes and nix command --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 4faa1f9..4512f33 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,9 @@ networking.firewall.enable = true; system.stateVersion = "24.05"; sdImage.firmwarePartitionOffset = 32; + nix.settings = { + extra-experimental-features = [ "nix-command" "flakes" ]; + }; }; # Configuration of individual users nixosModules.users = {...}: {