reciproka-ops/hosts/toscano.nix
Fiscal Velvet Poet 2ef3d6a4aa
forgejo: replace gitea with forgejo
resolves #7
2023-03-28 12:14:35 +10:00

27 lines
540 B
Nix

# NixOps configuration for toscano
#
# https://en.wikipedia.org/wiki/Joseph_Toscano
{
config,
pkgs,
lib,
...
}: {
imports = [
../networks/linode.nix
../profiles/forgejo.nix
../profiles/hakyll-skeleton.nix
../profiles/jfdic-web.nix
../profiles/resrok-web.nix
../profiles/tmateServer.nix
../profiles/voc-web.nix
../secrets/forgejo.nix
];
deployment.targetHost = "45.79.236.198";
networking.hostName = "toscano";
system.stateVersion = "21.05"; # The version of NixOS originally installed
}