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>2020-12-11 16:24:40 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-12-11 16:24:40 +0100
commit7be98246015237af8077e3320101408639316bb8 (patch)
treec376364ca6d9d54a6ba5db5328ccba3c5703743b /machines/adax/cc.nix
parent527c96af4ed48111cfa19161fb2680b6866c2594 (diff)
downloaddots-7be98246015237af8077e3320101408639316bb8.tar.gz
dots-7be98246015237af8077e3320101408639316bb8.zip
Add adax host
Diffstat (limited to 'machines/adax/cc.nix')
-rwxr-xr-xmachines/adax/cc.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/machines/adax/cc.nix b/machines/adax/cc.nix
new file mode 100755
index 0000000..96b12d2
--- /dev/null
+++ b/machines/adax/cc.nix
@@ -0,0 +1,15 @@
+# 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
+    ];
+
+
+}