From ff1073d03d303d3b15e66d03dc4a5a479a387fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 20 Aug 2022 09:25:19 +0200 Subject: Attempt to fix Omnia's wifi and Mox ethernet --- nixos/modules/turris-board.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'nixos/modules/turris-board.nix') diff --git a/nixos/modules/turris-board.nix b/nixos/modules/turris-board.nix index 02b6dae..1c52de0 100644 --- a/nixos/modules/turris-board.nix +++ b/nixos/modules/turris-board.nix @@ -17,12 +17,6 @@ with lib; message = "Turris board has to be specified"; }]; - # Enable flakes for nix as we are using that instead of legacy setup - nix = { - package = pkgs.nixFlakes; - extraOptions = "experimental-features = nix-command flakes"; - }; - environment.systemPackages = with pkgs; [ # As we override the nix package we have to override nixos-rebuild as well (pkgs.nixos-rebuild.override { nix = config.nix.package.out; }) -- cgit v1.2.3