Update pinephone.nix

This commit is contained in:
Aaron Honeycutt 2023-01-04 16:33:02 +00:00
parent 3707beaacc
commit db3521a780

View file

@ -7,7 +7,8 @@
<mobile-nixos/examples/phosh/phosh.nix> <mobile-nixos/examples/phosh/phosh.nix>
]; ];
networking.hostName = "mobile-nixos"; networking.hostName = "PinePhone";
time.timeZone = "America/Denver";
# #
# Opinionated defaults # Opinionated defaults
@ -80,8 +81,6 @@
]; ];
}; };
time.timeZone = "America/Denver";
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave