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;