From 20bd52934693f7e6f974f3e6263e193975fb8446 Mon Sep 17 00:00:00 2001 From: deadvey Date: Thu, 9 Jan 2025 15:00:21 +0000 Subject: [PATCH] 8 current 2025-01-06 16:12:07 24.11.711867.6c90912761c4 6.6.67 * --- nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 61a0b51..0d3a42d 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -17,6 +17,9 @@ allowedUDPPorts = [ 30000 ]; }; + # Experimental + experimental-features = nix-command + # Flatpak services.flatpak.enable = true;