From a49e6748560b02f1c30e8740b25fe04cf21588b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Dec 2022 09:19:10 +0100 Subject: nixos: remove unused hardware.nix --- nixos/modules/default.nix | 1 - nixos/modules/hardware.nix | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 nixos/modules/hardware.nix (limited to 'nixos') diff --git a/nixos/modules/default.nix b/nixos/modules/default.nix index 278f2d8..fd60aa4 100644 --- a/nixos/modules/default.nix +++ b/nixos/modules/default.nix @@ -5,7 +5,6 @@ nixpkgs: { cynerd-develop = import ./develop.nix nixpkgs; cynerd-gaming = import ./gaming.nix; cynerd-generic = import ./generic.nix; - cynerd-hardware = import ./hardware.nix; cynerd-hosts = import ./hosts.nix; cynerd-openvpn = import ./openvpn.nix; cynerd-syncthing = import ./syncthing.nix; diff --git a/nixos/modules/hardware.nix b/nixos/modules/hardware.nix deleted file mode 100644 index d6bbd94..0000000 --- a/nixos/modules/hardware.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, lib, pkgs, ... }: - -with lib; - -{ - - options = { }; - - config = { - }; - -} -- cgit v1.2.3