diff options
Diffstat (limited to 'nixos/modules')
| -rw-r--r-- | nixos/modules/turris-board.nix | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/turris-board.nix b/nixos/modules/turris-board.nix index 1c52de0..c9ab44a 100644 --- a/nixos/modules/turris-board.nix +++ b/nixos/modules/turris-board.nix @@ -18,8 +18,6 @@ with lib;      }];      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; })        # The Git is required to access this repository        git      ];  | 
