mio-ops/Hosts/cuallaidh.nix

37 lines
924 B
Nix

# NixOps configuration for cuallaidh
{
cuallaidh =
{ config, pkgs, lib, ... }:
{
imports =
[
../roles/gitea.nix
../roles/hydra.nix
../roles/IOHK.nix
../roles/matrix.nix
../roles/nixpkgs-dev.nix
#../roles/jormungandr.nix
#../roles/syncserver.nix
../roles/taskserver.nix
../roles/tt-rss.nix
../Secrets/gitea.nix
#../Secrets/syncserver.nix
../Secrets/tt-rss.nix
#/home/craige/source/IOHK/cardano-explorer/nix/nixos/cardano-explorer-fe.nix
];
deployment.targetHost = "172.105.197.118";
networking.hostName = "cuallaidh"; # Define your hostname.
nix.nixPath = [
"nixpkgs=https://nixos.org/channels/nixos-19.09/nixexprs.tar.xz"
];
system.stateVersion = "19.03"; # The version of NixOS originally installed
};
}