mio-ops/hosts/cuallaidh.nix

33 lines
705 B
Nix
Raw Normal View History

2019-07-02 01:35:00 +00:00
# NixOps configuration for cuallaidh
2019-12-09 04:57:53 +00:00
{ config, pkgs, lib, ... }:
2019-07-02 01:35:00 +00:00
2019-12-09 04:57:53 +00:00
{
2019-08-20 11:02:58 +00:00
2019-12-09 04:57:53 +00:00
imports =
[
../clusters/linode.nix
2020-03-30 10:02:00 +00:00
../roles/coturn.nix
2019-12-09 04:57:53 +00:00
../roles/gitea.nix
../roles/hydra.nix
../roles/iohk.nix
../roles/matrix.nix
2019-12-17 01:01:02 +00:00
../roles/nextcloud.nix
2019-12-09 04:57:53 +00:00
../roles/nixpkgs-dev.nix
../roles/taskserver.nix
../roles/tt-rss.nix
../secrets/gitea.nix
../secrets/tt-rss.nix
];
2019-08-20 11:02:58 +00:00
2019-12-09 04:57:53 +00:00
deployment.targetHost = "172.105.171.16";
2019-07-02 01:35:00 +00:00
2019-12-09 04:57:53 +00:00
networking.hostName = "cuallaidh"; # Define your hostname.
2019-08-20 11:02:58 +00:00
2019-12-09 04:57:53 +00:00
nix.nixPath = [
"nixpkgs=https://nixos.org/channels/nixos-19.09/nixexprs.tar.xz"
];
2019-10-15 14:31:36 +00:00
2019-12-10 14:35:47 +00:00
system.stateVersion = "19.03"; # The version of NixOS originally installed
2019-07-02 01:35:00 +00:00
}