10 lines
148 B
Nix
10 lines
148 B
Nix
{ config, ... }:
|
|
{
|
|
deployment = {
|
|
tags = [
|
|
"desktop"
|
|
"pc"
|
|
];
|
|
targetHost = "4e4:535:9d47:f367:becd:6557:458d:5b1b";
|
|
};
|
|
}
|