This commit is contained in:
parent
8aab4b1056
commit
494a9727c7
|
@ -754,9 +754,9 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
defaults
|
defaults
|
||||||
// {
|
// {
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
''sftp.command="ssh beefcake@rascal -i ${config.sops.secrets.restic-rascal-ssh-private-key.path} -s sftp"''
|
''sftp.command="ssh beefcake@rascal.hare-cod.ts.net -i ${config.sops.secrets.restic-rascal-ssh-private-key.path} -s sftp"''
|
||||||
];
|
];
|
||||||
repository = "sftp://beefcake@rascal://storage/backups/beefcake";
|
repository = "sftp://beefcake@rascal.hare-cod.ts.net://storage/backups/beefcake";
|
||||||
};
|
};
|
||||||
# TODO: add ruby?
|
# TODO: add ruby?
|
||||||
benland =
|
benland =
|
||||||
|
|
Loading…
Reference in a new issue