Initial commit of host cuallaidh

This commit is contained in:
Serĉanto de Scio 2019-07-02 11:35:00 +10:00
parent d0b82586af
commit 44cadd3303
Signed by: sercanto
GPG key ID: A4122FF3971B6865

12
Hosts/cuallaidh.nix Normal file
View file

@ -0,0 +1,12 @@
# NixOps configuration for cuallaidh
{
cuallaidh =
{ config, pkgs, lib, ... }:
{
deployment.targetHost = "172.105.197.118";
networking.hostName = "cuallaidh"; # Define your hostname.
};
}