chore: clean useless timezone

This commit is contained in:
Julien Malka 2024-12-21 12:55:04 +01:00
parent 932d147110
commit 816215a9af
Signed by: Luj
GPG key ID: 6FC74C847011FD83
3 changed files with 0 additions and 7 deletions

View file

@ -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 = {

View file

@ -88,9 +88,6 @@
};
};
# Set your time zone.
time.timeZone = "Europe/Paris";
services.forgejo = {
enable = true;
package = pkgs.unstable.forgejo;

View file

@ -39,8 +39,6 @@
networking.useNetworkd = true;
time.timeZone = "Europe/Paris";
luj.buildbot.enable = true;
luj.nginx.enable = true;