diff --git a/systems/galp3-b.nix b/systems/galp3-b.nix
new file mode 100644
index 0000000..9b9dadf
--- /dev/null
+++ b/systems/galp3-b.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }: 
+
+{
+    # Name your host machine
+    networking.hostName = "galp3-b"; 
+
+    # System76
+    hardware.system76.enableAll = true;
+}