7 lines
127 B
Nix
7 lines
127 B
Nix
{ config, ... }:
|
|
{
|
|
deployment = {
|
|
tags = [ "server" ];
|
|
targetHost = "53f:dc2d:80c9:3ca2:4b15:ef4d:38a0:c868";
|
|
};
|
|
}
|