diff --git a/nixos/machines/nyarlathotep/configuration.nix b/nixos/machines/nyarlathotep/configuration.nix index 05616fa..38f5dc3 100644 --- a/nixos/machines/nyarlathotep/configuration.nix +++ b/nixos/machines/nyarlathotep/configuration.nix @@ -11,5 +11,6 @@ imports = [ # System configuration here + networking.hostName = "nyarlathotep"; system.stateVersion = "23.11"; }