diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-08 09:22:53 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-08 09:22:53 -0800 |
commit | f41c1898ebb20fe9cbe6708e6847a3e60973747d (patch) | |
tree | 71646fe8cf56427bee4760ad7ff664b7aa56bd45 /hosts/carmel | |
parent | modules: start desktop configuration (diff) | |
download | world-f41c1898ebb20fe9cbe6708e6847a3e60973747d.tar.gz |
systems: default configuration for all systems
Diffstat (limited to 'hosts/carmel')
-rw-r--r-- | hosts/carmel/configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/carmel/configuration.nix b/hosts/carmel/configuration.nix index 93cbd84..8f8a5fb 100644 --- a/hosts/carmel/configuration.nix +++ b/hosts/carmel/configuration.nix @@ -8,9 +8,6 @@ nix = { package = pkgs.nixUnstable; - extraOptions = '' - experimental-features = nix-command flakes - ''; }; # Use the systemd-boot EFI boot loader. |