aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/turris-board.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-08-20 09:25:19 +0200
committerKarel Kočí <cynerd@email.cz>2022-09-27 10:21:50 +0200
commitff1073d03d303d3b15e66d03dc4a5a479a387fa7 (patch)
tree1bc3c05c905046b372b43cab45369b4c456a8daf /nixos/modules/turris-board.nix
parentc12a03b8511f4742123959f0cb3c96a441ac2581 (diff)
downloadnixturris-ff1073d03d303d3b15e66d03dc4a5a479a387fa7.tar.gz
nixturris-ff1073d03d303d3b15e66d03dc4a5a479a387fa7.tar.bz2
nixturris-ff1073d03d303d3b15e66d03dc4a5a479a387fa7.zip
Attempt to fix Omnia's wifi and Mox ethernet
Diffstat (limited to 'nixos/modules/turris-board.nix')
-rw-r--r--nixos/modules/turris-board.nix6
1 files changed, 0 insertions, 6 deletions
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; })