Enable nix-command and flakes on bucur
This commit is contained in:
parent
08d393e195
commit
7b6329be07
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue