From 726e34020b28446dd59d005c4f6d065643b5d70c Mon Sep 17 00:00:00 2001 From: Samuel Leathers Date: Fri, 10 May 2019 17:41:22 -0400 Subject: [PATCH 1/2] [DDW-661] fix localtime on linux daedalus --- installers/nix/nix-installer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/nix/nix-installer.nix b/installers/nix/nix-installer.nix index e90a5bac8e..854055848f 100644 --- a/installers/nix/nix-installer.nix +++ b/installers/nix/nix-installer.nix @@ -64,6 +64,7 @@ let mkdir -p etc cat /etc/hosts > etc/hosts cat /etc/nsswitch.conf > etc/nsswitch.conf + cat /etc/localtime > etc/localtime cat /etc/machine-id > etc/machine-id cat /etc/resolv.conf > etc/resolv.conf From 3f5ee09f78f0e97d7a6caf97c1fc5a8855a55dec Mon Sep 17 00:00:00 2001 From: Michael Bishop Date: Sat, 11 May 2019 06:31:03 -0300 Subject: [PATCH 2/2] [DDW-661] fix the other namespace enter script --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index ac24d2f2cf..e4e75a14e1 100644 --- a/default.nix +++ b/default.nix @@ -279,6 +279,7 @@ let mkdir -p etc cat /etc/hosts > etc/hosts cat /etc/nsswitch.conf > etc/nsswitch.conf + cat /etc/localtime > etc/localtime cat /etc/machine-id > etc/machine-id cat /etc/resolv.conf > etc/resolv.conf