about summary refs log tree commit diff
path: root/users/glittershark/system/system/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/system/system/default.nix')
-rw-r--r--users/glittershark/system/system/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/glittershark/system/system/default.nix b/users/glittershark/system/system/default.nix
new file mode 100644
index 0000000000..dc9e9a7596
--- /dev/null
+++ b/users/glittershark/system/system/default.nix
@@ -0,0 +1,7 @@
+{ depot, ... }:
+
+{
+  chupacabra = (depot.third_party.nixos {
+    configuration = import ./machines/chupacabra.nix;
+  }).system;
+}