10 lines
148 B
Nix
10 lines
148 B
Nix
{ config, ... }:
|
|
{
|
|
deployment = {
|
|
tags = [
|
|
"latptop"
|
|
"pc"
|
|
];
|
|
targetHost = "40e:404:a427:da33:163e:97b3:a2a3:9ed4";
|
|
};
|
|
}
|