From e419ed6b79199f84f753ca42e57661895c5a7658 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 31 Oct 2023 23:16:42 +0000 Subject: [PATCH] Add new file --- systems/x86_64/shepard/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 systems/x86_64/shepard/configuration.nix diff --git a/systems/x86_64/shepard/configuration.nix b/systems/x86_64/shepard/configuration.nix new file mode 100644 index 0000000..ebb745c --- /dev/null +++ b/systems/x86_64/shepard/configuration.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ + # Name your host machine + networking.hostName = "shepard"; + +}