10 lines
111 B
Nix
10 lines
111 B
Nix
{ config, ... }:
|
|
{
|
|
deployment = {
|
|
tags = [
|
|
"latptop"
|
|
"pc"
|
|
];
|
|
targetHost = "";
|
|
};
|
|
}
|