Compare commits

...

2 Commits

Author SHA1 Message Date
5417d255fd testing merge_group 2025-07-19 17:59:33 -04:00
868086b449 adding update the jeeves 2025-07-19 17:47:58 -04:00
4 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: build_systems name: build_systems
on: on:
workflow_dispatch: workflow_dispatch:
merge_group:
pull_request: pull_request:
push: push:
branches: [main] branches: [main]

View File

@@ -1,6 +1,7 @@
name: treefmt name: treefmt
on: on:
workflow_dispatch: workflow_dispatch:
merge_group:
pull_request: pull_request:
push: push:
branches: [main] branches: [main]

View File

@@ -5,5 +5,7 @@
randomizedDelaySec = "1h"; randomizedDelaySec = "1h";
persistent = true; persistent = true;
flake = "github:RichieCahill/dotfiles"; flake = "github:RichieCahill/dotfiles";
allowReboot = true;
dates = "Sat *-*-* 06:00:00";
}; };
} }

View File

@@ -5,6 +5,7 @@
../../common/optional/docker.nix ../../common/optional/docker.nix
../../common/optional/ssh_decrypt.nix ../../common/optional/ssh_decrypt.nix
../../common/optional/syncthing_base.nix ../../common/optional/syncthing_base.nix
../../common/optional/update.nix
../../common/optional/zerotier.nix ../../common/optional/zerotier.nix
./docker ./docker
./services ./services