From fa027b6552c391ca5eff86b85d1a5dea0c979254 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 25 Jan 2023 18:26:47 +0000 Subject: [PATCH] Add new file --- systems/pbp.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 systems/pbp.nix diff --git a/systems/pbp.nix b/systems/pbp.nix new file mode 100644 index 0000000..9399cf2 --- /dev/null +++ b/systems/pbp.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ + # Name your host machine + networking.hostName = "pbp"; + +}