diff --git a/Hosts/cuallaidh.nix b/Hosts/cuallaidh.nix new file mode 100644 index 0000000..2aad5e7 --- /dev/null +++ b/Hosts/cuallaidh.nix @@ -0,0 +1,12 @@ +# NixOps configuration for cuallaidh + +{ + cuallaidh = + { config, pkgs, lib, ... }: + + { + deployment.targetHost = "172.105.197.118"; + + networking.hostName = "cuallaidh"; # Define your hostname. + }; +}