{ pkgs, lib, config, ... }: let inherit (builtins.extraBuiltins) pass; inherit (config) networking; in { imports = [ ../../base/dl10j.nix production/networking.nix production/fileSystems.nix production/shorewall.nix production/syncoid.nix ]; deployment = { targetEnv = "none"; targetHost = (builtins.elemAt networking.interfaces.enp5s0.ipv4.addresses 0).address; keys = { "id_ed25519" = { text = pass "servers/losurdo/root/ssh/id_ed25519"; user = "root"; group = "root"; destDir = "/root/.ssh"; permissions = "0400"; }; }; }; }