Update slab to use mobileTimeZone flake variable
This commit is contained in:
parent
41a474eaf2
commit
d7bfbc987e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user