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;