33 lines
784 B
Nix
33 lines
784 B
Nix
# NixOps configuration for cuallaidh
|
|
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
|
|
imports =
|
|
[
|
|
../networks/linode.nix
|
|
../profiles/coturn.nix
|
|
../profiles/cryptpad.nix
|
|
../profiles/gitea.nix
|
|
#../profiles/hydra.nix
|
|
../profiles/iohk.nix
|
|
../profiles/matrix.nix
|
|
../profiles/mcwhirter.io.nix
|
|
../profiles/minecraftServer.nix
|
|
../profiles/nextcloud.nix
|
|
../profiles/nixpkgs-dev.nix
|
|
../profiles/taskserver.nix
|
|
#../profiles/tmate-ssh-server.nix
|
|
../profiles/tt-rss.nix
|
|
../secrets/gitea.nix
|
|
../secrets/tt-rss.nix
|
|
];
|
|
|
|
deployment.targetHost = "172.105.171.16";
|
|
|
|
networking.hostName = "cuallaidh"; # Define your hostname.
|
|
|
|
system.stateVersion = "19.03"; # The version of NixOS originally installed
|
|
}
|