mio-ops/hosts/cuallaidh.nix
Craige McWhirter 0b85ed20e8
Unified nixPath
2020-06-23 12:31:05 +10:00

30 lines
645 B
Nix

# NixOps configuration for cuallaidh
{ config, pkgs, lib, ... }:
{
imports =
[
../clusters/linode.nix
../roles/coturn.nix
../roles/cyclone-ibis.nix
../roles/gitea.nix
#../roles/hydra.nix
../roles/iohk.nix
../roles/matrix.nix
../roles/nextcloud.nix
../roles/nixpkgs-dev.nix
../roles/taskserver.nix
../roles/tt-rss.nix
../secrets/gitea.nix
../secrets/tt-rss.nix
];
deployment.targetHost = "172.105.171.16";
networking.hostName = "cuallaidh"; # Define your hostname.
system.stateVersion = "19.03"; # The version of NixOS originally installed
}