Update slab to use mobileTimeZone flake variable

This commit is contained in:
NullBite 2024-01-21 15:08:36 -05:00
parent 41a474eaf2
commit d7bfbc987e
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -3,7 +3,7 @@
# your system. Help is available in the configuration.nix(5) man page, on # your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`). # https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }: { config, lib, pkgs, vars, ... }:
{ {
# nix.settings.experimental-features = ["nix-command" "flakes" ]; # nix.settings.experimental-features = ["nix-command" "flakes" ];
@ -66,7 +66,7 @@
# }}} # }}}
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Amsterdam"; time.timeZone = vars.mobileTimeZone;
# {{{ old config # {{{ old config
# Configure network proxy if necessary # Configure network proxy if necessary