nixos/systems/restic-server/default.nix

11 lines
220 B
Nix

{ custom, hostname, inputs, pkgs, ... }:
{
imports = [
(import "${inputs.self}/systems/proxmox-vm" {
ip = "10.7.89.30";
inherit hostname inputs;
})
"${inputs.self}/modules/restic-server"
];
}