diff options
| author | Dominik Kaiser | 2025-02-16 10:09:59 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-16 10:09:59 +0100 |
| commit | 0406d570cc732b73ebcf35491108d6680ef3ee98 (patch) | |
| tree | e6572baa7cae33e338ccdcfd26acbc7dc30283dc | |
| parent | abb4d21bb64c697b57b5ca61f83db5096cdcb654 (diff) | |
| download | nixos-0406d570cc732b73ebcf35491108d6680ef3ee98.tar.gz nixos-0406d570cc732b73ebcf35491108d6680ef3ee98.zip | |
Activate experimental features for 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; |
