diff options
Diffstat (limited to 'hosts/sol')
| -rw-r--r-- | hosts/sol/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/sol/configuration.nix b/hosts/sol/configuration.nix index 9b70361..b5dcc77 100644 --- a/hosts/sol/configuration.nix +++ b/hosts/sol/configuration.nix @@ -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; |
