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",
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user