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"; + +}