1 { pkgs, lib, config, ... }:
3 inherit (builtins.extraBuiltins) pass;
4 inherit (config) networking;
9 production/networking.nix
10 production/fileSystems.nix
11 production/shorewall.nix
12 production/syncoid.nix
16 targetHost = (builtins.elemAt networking.interfaces.enp5s0.ipv4.addresses 0).address;
19 text = pass "servers/losurdo/root/ssh/id_ed25519";
22 destDir = "/root/.ssh";