about summary refs log tree commit diff
path: root/machines/adax/cc.nix
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-26 18:58:11 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-26 18:58:11 +0100
commitb7c4edc5c3d154d8b488cc65e1c6eee171c0f74a (patch)
tree0b722fbff12c5b9b1c209dd6223577952900b0f3 /machines/adax/cc.nix
parentf50f50480c1c36da035392334021adcdc123a2d2 (diff)
downloaddots-b7c4edc5c3d154d8b488cc65e1c6eee171c0f74a.tar.gz
dots-b7c4edc5c3d154d8b488cc65e1c6eee171c0f74a.zip
Powersaving
Diffstat (limited to 'machines/adax/cc.nix')
-rwxr-xr-xmachines/adax/cc.nix15
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
-    ];
-
-
-}