From db3521a7808b734cfaa6dd73a0ab823ffdfed97c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 4 Jan 2023 16:33:02 +0000 Subject: [PATCH] Update pinephone.nix --- systems/pinephone.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/systems/pinephone.nix b/systems/pinephone.nix index fb4541f..d1fdadc 100644 --- a/systems/pinephone.nix +++ b/systems/pinephone.nix @@ -7,7 +7,8 @@ ]; - networking.hostName = "mobile-nixos"; + networking.hostName = "PinePhone"; + time.timeZone = "America/Denver"; # # Opinionated defaults @@ -80,8 +81,6 @@ ]; }; - time.timeZone = "America/Denver"; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave