configure
set system package repository stretch components 'main contrib non-free'
set system package repository stretch distribution stretch
set system package repository stretch url http://archive.debian.org/debian
sudo apt update
| [Unit] | |
| Description=Import key for ZFS pool | |
| Documentation=man:zfs(8) | |
| DefaultDependencies=no | |
| After=systemd-udev-settle.service | |
| After=zfs-import.target | |
| After=systemd-remount-fs.service | |
| Before=zfs-mount.service | |
| [Service] |
| [Interface] | |
| PrivateKey = %%PrivateKey%% | |
| Address = %%Address%% | |
| MTU = 1300 | |
| DNS = <DNS_IP_ADDRESS - CHANGE HERE> | |
| [Peer] | |
| PublicKey = %%ServerPublicKey%% | |
| AllowedIPs = <ALLOWED_IPS - CHANGE HERE> | |
| Endpoint = <SERVER_ADDRESS - CHANGE HERE> |