Enable nix-command and flakes on bucur

This commit is contained in:
randogoth 2026-02-07 20:55:52 +02:00
parent 08d393e195
commit 7b6329be07

View file

@ -13,6 +13,7 @@
time.timeZone = "UTC"; time.timeZone = "UTC";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
system.stateVersion = "25.11"; system.stateVersion = "25.11";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
boot.loader.systemd-boot.enable = false; boot.loader.systemd-boot.enable = false;
boot.loader.grub.enable = true; boot.loader.grub.enable = true;