l blue-host: sync also owner and group
This commit is contained in:
parent
9f9a53723b
commit
304059b1da
@ -80,6 +80,10 @@ in {
|
|||||||
source = "/var/lib/containers/.blue",
|
source = "/var/lib/containers/.blue",
|
||||||
host = "${host}.r",
|
host = "${host}.r",
|
||||||
targetdir = "/var/lib/containers/.blue",
|
targetdir = "/var/lib/containers/.blue",
|
||||||
|
rsync = {
|
||||||
|
owner = true,
|
||||||
|
group = true,
|
||||||
|
};
|
||||||
ssh = {
|
ssh = {
|
||||||
binary = "${pkgs.openssh}/bin/ssh";
|
binary = "${pkgs.openssh}/bin/ssh";
|
||||||
identityFile = "/var/lib/containers/blue/home/lass/.ssh/id_rsa",
|
identityFile = "/var/lib/containers/blue/home/lass/.ssh/id_rsa",
|
||||||
|
Loading…
Reference in New Issue
Block a user