let krops = builtins.fetchGit { url = "https://cgit.krebsco.de/krops/"; ref = "v1.14.0"; }; lib = import "${krops}/lib"; pkgs = import "${krops}/pkgs" {}; importJson = (import {}).lib.importJSON; regularSystem = path: name: { source = lib.evalSource [ { niveum.file = toString ./.; system.file = toString path; nixos-config.symlink = "system/configuration.nix"; nixpkgs.git = { url = https://github.com/NixOS/nixpkgs-channels; ref = (importJson ./nixpkgs.json).rev; }; nixos-unstable.git = { url = https://github.com/NixOS/nixpkgs-channels; ref = "07d4df5"; }; home-manager.git = { url = https://github.com/rycee/home-manager; ref = "31e8494"; }; stockholm.git = { url = https://cgit.krebsco.de/stockholm; ref = "421a9792"; }; secrets.pass = { dir = toString ~/.password-store/systems; inherit name; }; shared-secrets.pass = { dir = toString ~/.password-store; name = "shared"; }; } ]; target = "root@${name}:22022"; }; in { scardanelli = pkgs.krops.writeDeploy "deploy-scardanelli" (regularSystem systems/scardanelli "scardanelli"); homeros = pkgs.krops.writeDeploy "deploy-homeros" (regularSystem systems/homeros "homeros"); wilde = pkgs.krops.writeDeploy "deploy-wilde" (regularSystem systems/wilde "wilde"); catullus = pkgs.krops.writeDeploy "deploy-catullus" (regularSystem systems/catullus "catullus"); }