From 2f49597b00e664793dd7230661d3d61699ddbd8d Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 27 Jun 2023 12:56:43 +0100 Subject: [PATCH] Odin & Thor: fix onedrive configuration + temporary timezone for Odin --- odin/common_configuration.nix | 4 ++-- thor/configuration.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/odin/common_configuration.nix b/odin/common_configuration.nix index 525d01f..19d0d0c 100644 --- a/odin/common_configuration.nix +++ b/odin/common_configuration.nix @@ -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 = { diff --git a/thor/configuration.nix b/thor/configuration.nix index c7366e6..4df9b93 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -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;