chore: filter configurations through colmena tags

This commit is contained in:
Luj 2024-05-26 20:24:00 +02:00
parent dd51b3cd10
commit bee17042b9
6 changed files with 17 additions and 18 deletions

View file

@ -8,8 +8,7 @@
# Bootloader.
boot.loader.systemd-boot.enable = true;
deployment.targetHost = lib.mkForce "192.168.0.57";
deployment.targetPort = lib.mkForce 45;
deployment.tags = [ "server" ];
luj.nginx.enable = true;