Move timezone to be alpha-sorted

This commit is contained in:
Eli Ribble 2025-01-02 07:20:42 -07:00
parent 1f3d84e37c
commit e3779851bb
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,6 @@
programs.neovim.enable = true;
programs.neovim.defaultEditor = true;
# Set your time zone.
time.timeZone = "America/Phoenix";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
@ -55,6 +52,9 @@
systemd.network.enable = true;
# Set your time zone.
time.timeZone = "America/Phoenix";
users.users.eliribble = {
initialHashedPassword = "$y$j9T$XYOMZR8RZEiTnpaF8lsxv1$H7YbWDpzbnYXTLN0ZMhvtKOlSMy64P7C/RdLBaeaNf/";
isNormalUser = true;