From 7b6329be073a1c0ad9685e1e95173e9495aa67c7 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sat, 7 Feb 2026 20:55:52 +0200 Subject: [PATCH] Enable nix-command and flakes on bucur --- hosts/bucur.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/bucur.nix b/hosts/bucur.nix index 4386dda..8f9650c 100644 --- a/hosts/bucur.nix +++ b/hosts/bucur.nix @@ -13,6 +13,7 @@ time.timeZone = "UTC"; i18n.defaultLocale = "en_US.UTF-8"; system.stateVersion = "25.11"; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; boot.loader.systemd-boot.enable = false; boot.loader.grub.enable = true;