Corrected formatting and removed cruft
This commit is contained in:
parent
43c4e3da56
commit
c4ca4be05a
|
@ -1,26 +1,21 @@
|
||||||
# NixOps configuration for cuallaidh
|
# NixOps configuration for cuallaidh
|
||||||
|
|
||||||
{
|
{ config, pkgs, lib, ... }:
|
||||||
cuallaidh =
|
|
||||||
{ config, pkgs, lib, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
../clusters/linode.nix
|
||||||
../roles/gitea.nix
|
../roles/gitea.nix
|
||||||
../roles/hydra.nix
|
../roles/hydra.nix
|
||||||
../roles/iohk.nix
|
../roles/iohk.nix
|
||||||
../roles/matrix.nix
|
../roles/matrix.nix
|
||||||
../roles/nixpkgs-dev.nix
|
../roles/nixpkgs-dev.nix
|
||||||
#../roles/jormungandr.nix
|
|
||||||
#../roles/syncserver.nix
|
|
||||||
../roles/taskserver.nix
|
../roles/taskserver.nix
|
||||||
../roles/tt-rss.nix
|
../roles/tt-rss.nix
|
||||||
../secrets/gitea.nix
|
../secrets/gitea.nix
|
||||||
#../secrets/syncserver.nix
|
|
||||||
../secrets/tt-rss.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";
|
||||||
|
@ -32,5 +27,4 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "19.03"; # The version of NixOS originally installed
|
system.stateVersion = "19.03"; # The version of NixOS originally installed
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue