diff options
Diffstat (limited to 'machines/adax/cc.nix')
-rwxr-xr-x | machines/adax/cc.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/machines/adax/cc.nix b/machines/adax/cc.nix deleted file mode 100755 index 96b12d2..0000000 --- a/machines/adax/cc.nix +++ /dev/null @@ -1,15 +0,0 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). - -{ config, pkgs, ... }: - -{ - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ./dots/machines/hp-compaq/configuration.nix - ]; - - -} |