reciproka-ops/hosts/toscano.nix

20 lines
339 B
Nix
Raw Normal View History

2021-10-07 02:13:48 +00:00
# NixOps configuration for toscano
{ config, pkgs, lib, ... }:
{
imports =
[
../networks/linode.nix
../profiles/gitea.nix
../secrets/gitea.nix
];
deployment.targetHost = "45.79.236.198";
networking.hostName = "toscano";
system.stateVersion = "21.05"; # The version of NixOS originally installed
}