l blue-host: sync also owner and group

This commit is contained in:
lassulus 2018-11-27 01:00:14 +01:00
parent 9f9a53723b
commit 304059b1da

View File

@ -80,6 +80,10 @@ in {
source = "/var/lib/containers/.blue",
host = "${host}.r",
targetdir = "/var/lib/containers/.blue",
rsync = {
owner = true,
group = true,
};
ssh = {
binary = "${pkgs.openssh}/bin/ssh";
identityFile = "/var/lib/containers/blue/home/lass/.ssh/id_rsa",