Skip to content

Commit

Permalink
fix: set nixos timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Aug 30, 2024
1 parent da0de6d commit a283cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hosts/media/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ in {
# [drm:i915_gem_init_stolen [i915]] *ERROR* conflict detected with stolen region
boot.kernelParams = [ "console=ttyS0,115200n8" ];

# Set your time zone.
time.timeZone = "America/New_York";

# Make initial login passwordless.
# https://nixos.org/manual/nixos/stable/options#opt-users.users._name_.initialHashedPassword
users.users.root.initialHashedPassword = "";
Expand Down
3 changes: 3 additions & 0 deletions hosts/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

networking.hostName = hostname;

# Set your time zone.
time.timeZone = "America/New_York";

# Enable passwordless sudo
security.sudo.extraRules = [
{
Expand Down

0 comments on commit a283cc8

Please sign in to comment.