nixos-config/hosts/detritus/colmena/default.nix

10 lines
111 B
Nix

{ config, ... }:
{
deployment = {
tags = [
"latptop"
"pc"
];
targetHost = "";
};
}