Corrected formatting and removed cruft

This commit is contained in:
Serĉanto de Scio 2019-12-09 14:57:53 +10:00
parent 43c4e3da56
commit c4ca4be05a
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -1,36 +1,30 @@
# NixOps configuration for cuallaidh
{ config, pkgs, lib, ... }:
{
cuallaidh =
{ config, pkgs, lib, ... }:
{
imports =
[
../clusters/linode.nix
../roles/gitea.nix
../roles/hydra.nix
../roles/iohk.nix
../roles/matrix.nix
../roles/nixpkgs-dev.nix
../roles/taskserver.nix
../roles/tt-rss.nix
../secrets/gitea.nix
../secrets/tt-rss.nix
];
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.171.16";
deployment.targetHost = "172.105.171.16";
networking.hostName = "cuallaidh"; # Define your hostname.
networking.hostName = "cuallaidh"; # Define your hostname.
nix.nixPath = [
"nixpkgs=https://nixos.org/channels/nixos-19.09/nixexprs.tar.xz"
];
nix.nixPath = [
"nixpkgs=https://nixos.org/channels/nixos-19.09/nixexprs.tar.xz"
];
system.stateVersion = "19.03"; # The version of NixOS originally installed
};
system.stateVersion = "19.03"; # The version of NixOS originally installed
}