mio-ops/Hosts/cuallaidh.nix

13 lines
222 B
Nix
Raw Normal View History

2019-07-02 01:35:00 +00:00
# NixOps configuration for cuallaidh
{
cuallaidh =
{ config, pkgs, lib, ... }:
{
deployment.targetHost = "172.105.197.118";
networking.hostName = "cuallaidh"; # Define your hostname.
};
}