aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/turris-board.nix
diff options
context:
space:
mode:
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; })