My Nix Configuration

[hosts] Remove old module directory

Changed files
-9
hosts
modules
programs
services
hosts/modules/programs/.keep

This is a binary file and will not be displayed.

-9
hosts/modules/services/buildbot-worker.nix
···
-
{ config, ... }:
-
{
-
services.buildbot-nix.worker = {
-
enable = true;
-
name = config.networking.hostName;
-
masterUrl = "tcp:host=marvin:port=6915";
-
workerPasswordFile = config.age.secrets.buildbot-worker-password.path;
-
};
-
}