From 0617f76779904365cc8824bd082733c5861a9067 Mon Sep 17 00:00:00 2001 From: fleaz Date: Thu, 4 Apr 2024 20:57:37 +0200 Subject: [PATCH] roles/all: Enable experimalten nix-command and flakes --- roles/all.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/all.nix b/roles/all.nix index 145003d..9d9a2ce 100644 --- a/roles/all.nix +++ b/roles/all.nix @@ -56,6 +56,8 @@ in # weekly trim services.fstrim.enable = true; + # Look mum, I'm using all the new shiny stuff! + nix.settings.experimental-features = [ "nix-command" "flakes" ]; networking.extraHosts = '' '';