23 lines
452 B
Nix
23 lines
452 B
Nix
# NixOps configuration for cuallaidh
|
|
|
|
{
|
|
cuallaidh =
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
|
|
imports =
|
|
[
|
|
../Deployments/gitea.nix
|
|
../Deployments/hydra.nix
|
|
../Deployments/tt-rss.nix
|
|
];
|
|
|
|
deployment.targetHost = "172.105.197.118";
|
|
|
|
networking.hostName = "cuallaidh"; # Define your hostname.
|
|
|
|
system.stateVersion = "19.03"; # The version of NixOS originally installed
|
|
};
|
|
}
|