demo: added coway [deploy]
All checks were successful
/ check (push) Successful in 42s
/ deploy (push) Successful in 47s

This commit is contained in:
Jermeiah S 2025-06-20 19:52:40 -04:00
parent ea0478286a
commit d94d2bb573
No known key found for this signature in database

View file

@ -65,7 +65,8 @@ in
firewall.enable = lib.mkForce false;
hostName = "forgejo-runner-tofu";
};
environment.systemPackages = [
environment.systemPackages = with pkgs; [
cowsay
];
system.stateVersion = "25.05";
}