reciproka-ops/hosts/toscano.nix
2021-11-18 22:10:33 +10:00

24 lines
471 B
Nix

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