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