NixOS-Configs/hosts/w2/colmena.nix
2024-10-10 07:41:44 -05:00

16 lines
198 B
Nix

{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./default.nix
];
deployment = {
tags = ["server" "intel" "vps" "web"];
targetHost = "178.156.139.49";
};
}