Initial commit of host cuallaidh
This commit is contained in:
parent
d0b82586af
commit
44cadd3303
12
Hosts/cuallaidh.nix
Normal file
12
Hosts/cuallaidh.nix
Normal 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.
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue