From 656fdeef49c03fe8d7d13f8c111c31a09f513250 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Wed, 2 Aug 2023 02:19:18 +0000 Subject: [PATCH] Add flake enable to module --- modules/beatific.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/beatific.nix b/modules/beatific.nix index 2d0c366..9b82d80 100644 --- a/modules/beatific.nix +++ b/modules/beatific.nix @@ -24,6 +24,8 @@ in { config = mkMerge [ { networking.hostName = cfg.hostName; + + nix.extraOptions = "experimental-features = nix-command flakes"; } (mkIf cfg.defaults.time { time.timeZone = "UTC";