reciproka-ops/hosts/toscano.nix

23 lines
420 B
Nix
Raw Normal View History

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