summaryrefslogtreecommitdiffstats
path: root/krebs/default.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-01 03:14:59 +0100
committertv <tv@krebsco.de>2016-02-01 03:32:30 +0100
commit8aec9eb987ab89dec9326709c3a72a287d9aa1d0 (patch)
tree6b0e7681b09a5307403ea9038728f9b139247799 /krebs/default.nix
parent36caa1771b5e3ca4e5c18531605b315311c34643 (diff)
krebs.populate: disable copy-links, owner, and group
Diffstat (limited to 'krebs/default.nix')
-rw-r--r--krebs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/default.nix b/krebs/default.nix
index 2cdecacc..df2d9548 100644
--- a/krebs/default.nix
+++ b/krebs/default.nix
@@ -243,7 +243,7 @@ let out = {
--exclude tmp \
--rsync-path='mkdir -p ${target-path} && rsync' \
--delete-excluded \
- -vrLptgoD \
+ -vrlptD \
${config.path}/ \
root@${target}:${target-path}
'';