disable arma deploy
All checks were successful
/ check (push) Successful in 2m10s
/ deploy (push) Has been skipped

This commit is contained in:
Jermeiah S 2025-07-05 15:34:00 -04:00
parent b24fa7ce40
commit 04670a8f09
No known key found for this signature in database

View file

@ -14,9 +14,8 @@ in
imports = [
self.nixosModules.default
];
deploy.enable = false;
services.arma.enable = true;
networking = {
hostName = "arma-reforger-tofu";
};