reciproka-ops/nixos/hosts/toscano/configuration.nix
Fiscal Velvet Poet 4a6e51a9a7
ragenix: prepped basic secrets
progresses #11
2023-04-24 09:24:00 +10:00

30 lines
626 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
#../../../profiles/tmateServer.nix
#../../../profiles/voc-web.nix
#../../../secrets/gitea.nix
];
deployment = {
tags = ["infra"];
targetHost = "45.79.236.198";
};
networking.hostName = "toscano";
system.stateVersion = "21.05"; # The version of NixOS originally installed
}