chore: filter configurations through colmena tags

This commit is contained in:
Luj 2024-05-26 20:24:00 +02:00
parent 216f797cdb
commit 0cd5248dc4
Signed by: luj
GPG key ID: 6FC74C847011FD83
6 changed files with 17 additions and 18 deletions

View file

@ -15,6 +15,8 @@
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
deployment.tags = [ "server" ];
systemd.network.enable = true;
systemd.network.networks."10-wan" = {
matchConfig.Name = "ens18";