10 lines
152 B
Nix
10 lines
152 B
Nix
{ config, ... }:
|
|
{
|
|
deployment = {
|
|
tags = [
|
|
"latptop"
|
|
"pc"
|
|
];
|
|
targetHost = "5ce:969c:40d1:9575:f5e:591d:c377:a20b";
|
|
};
|
|
}
|