sysadmin: specify UTC timezone
This commit is contained in:
parent
96f4062991
commit
4ed696e5b1
3 changed files with 4 additions and 5 deletions
|
@ -11,7 +11,6 @@
|
|||
boot.loader.systemd-boot.editor = false;
|
||||
|
||||
age.secrets.wireguard-peer-tohru.file = ../../secrets/wireguard-peer-tohru.age;
|
||||
|
||||
birdsong.peering = {
|
||||
enable = true;
|
||||
privateKeyFile = config.age.secrets.wireguard-peer-tohru.path;
|
||||
|
@ -30,6 +29,8 @@
|
|||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
console.keyMap = "uk";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue