Odin & Thor: fix onedrive configuration + temporary timezone for Odin
This commit is contained in:
parent
61bdc3ec58
commit
2f49597b00
2 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue