mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +01:00
chore: clean useless timezone
This commit is contained in:
parent
932d147110
commit
816215a9af
3 changed files with 0 additions and 7 deletions
|
@ -61,8 +61,6 @@
|
|||
networking.networkmanager.dns = "systemd-resolved";
|
||||
services.resolved.enable = true;
|
||||
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
|
|
|
@ -88,9 +88,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.forgejo;
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
|
||||
networking.useNetworkd = true;
|
||||
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
||||
luj.buildbot.enable = true;
|
||||
luj.nginx.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue