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 =
|
|
|
|
[
|
2021-03-03 06:37:08 +00:00
|
|
|
../networks/linode.nix
|
2021-03-03 05:52:21 +00:00
|
|
|
../profiles/coturn.nix
|
|
|
|
../profiles/cryptpad.nix
|
|
|
|
../profiles/gitea.nix
|
|
|
|
#../profiles/hydra.nix
|
|
|
|
../profiles/iohk.nix
|
|
|
|
../profiles/matrix.nix
|
2021-05-03 12:01:09 +00:00
|
|
|
../profiles/minecraftServer.nix
|
2021-03-03 05:52:21 +00:00
|
|
|
../profiles/nextcloud.nix
|
|
|
|
../profiles/nixpkgs-dev.nix
|
|
|
|
../profiles/taskserver.nix
|
|
|
|
#../profiles/tmate-ssh-server.nix
|
|
|
|
../profiles/tt-rss.nix
|
2019-12-09 04:57:53 +00:00
|
|
|
../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-10 14:35:47 +00:00
|
|
|
system.stateVersion = "19.03"; # The version of NixOS originally installed
|
2019-07-02 01:35:00 +00:00
|
|
|
}
|