backup changes

This commit is contained in:
Philipp Hochkamp 2022-12-08 04:47:31 +01:00
parent ba21bbcb41
commit 5f47648835
4 changed files with 1 additions and 49 deletions

View file

@ -31,7 +31,7 @@ in
hassosvm = "spool/safe/vms/hassos";
};
in
builtins.mapAttrs (n: v: { target = "backup/${n}"; source = v; sendOptions = "w"; }) datasets;
builtins.mapAttrs (n: v: { target = "root@gatebridge:backup/${n}"; source = v; sendOptions = "w"; }) datasets;
programs.mosh.enable = true;
security.sudo.wheelNeedsPassword = false;