10 lines
146 B
Nix
10 lines
146 B
Nix
{ config, ... }:
|
|
{
|
|
deployment = {
|
|
tags = [
|
|
"misc"
|
|
"pc"
|
|
];
|
|
targetHost = "4ec:1001:ca5a:ae79:40e2:cb4c:e3c9:f401";
|
|
};
|
|
}
|