thelio76: enable experimental features

This commit is contained in:
Alex 2024-07-19 10:26:54 -04:00
parent 921b39bc92
commit fdbf0edcb3
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
./hardware-configuration.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;