diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-02 00:51:26 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-02 00:51:42 +0100 |
commit | 1be1a523cb04a5079e2212f3ab5a09b6591a4340 (patch) | |
tree | a227647518cd5d34d5603979813a6d7f5b1ebe54 /nixops/modules/pub/restrict | |
parent | d784c053b0963b93b19889f8ded3f33b4c9fe724 (diff) | |
download | Nix-1be1a523cb04a5079e2212f3ab5a09b6591a4340.tar.gz Nix-1be1a523cb04a5079e2212f3ab5a09b6591a4340.tar.zst Nix-1be1a523cb04a5079e2212f3ab5a09b6591a4340.zip |
Fix finch and timezone for pub user
Diffstat (limited to 'nixops/modules/pub/restrict')
-rw-r--r-- | nixops/modules/pub/restrict | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixops/modules/pub/restrict b/nixops/modules/pub/restrict index a16d7a5..6d80590 100644 --- a/nixops/modules/pub/restrict +++ b/nixops/modules/pub/restrict | |||
@@ -34,6 +34,7 @@ rsync*) | |||
34 | --proc /proc \ | 34 | --proc /proc \ |
35 | --dev /dev \ | 35 | --dev /dev \ |
36 | --ro-bind /etc/resolv.conf /etc/resolv.conf \ | 36 | --ro-bind /etc/resolv.conf /etc/resolv.conf \ |
37 | --ro-bind /etc/zoneinfo /etc/zoneinfo \ | ||
37 | --ro-bind /run/current-system/sw/lib/locale/locale-archive /etc/locale-archive \ | 38 | --ro-bind /run/current-system/sw/lib/locale/locale-archive /etc/locale-archive \ |
38 | --ro-bind /run/current-system/sw/bin /bin \ | 39 | --ro-bind /run/current-system/sw/bin /bin \ |
39 | --ro-bind /etc/profiles/per-user/pub/bin /bin-pub \ | 40 | --ro-bind /etc/profiles/per-user/pub/bin /bin-pub \ |