Odin & Thor: fix onedrive configuration + temporary timezone for Odin

This commit is contained in:
Filippo Berto 2023-06-27 12:56:43 +01:00
parent 61bdc3ec58
commit 2f49597b00
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ with lib; {
services.hardware.bolt.enable = true;
# Set your time zone.
time.timeZone = "Europe/Rome";
time.timeZone = "Europe/Dublin";
# Select internationalisation properties.
i18n.defaultLocale = "it_IT.UTF-8";
@ -170,7 +170,7 @@ with lib; {
programs.dconf.enable = true;
programs.zsh = { enable = true; };
services.onedrive.enable = true;
services.onedrive = { enable = true; package = pkgs.unstable_pkgs.onedrive; };
# Enable the OpenSSH daemon.
services.openssh = {

View file

@ -109,7 +109,7 @@ with lib; {
};
# joycond.enable = true;
keybase.enable = true;
onedrive.enable = true;
onedrive = { enable = true; package = pkgs.unstable_pkgs.onedrive; };
openssh = { enable = true; openFirewall = true; };
pipewire = {
enable = true;