Add definition for amd-legacy-hexcore

This is merged between the existing sync system and the existing
nixos-anywhere definition for amd-legacy-hexcore. I'm going to attempt
to bring in a new pattern.
This commit is contained in:
Eli Ribble 2025-10-07 16:33:48 +00:00
parent 6f89f0fe56
commit 0abca6a86d
6 changed files with 195 additions and 0 deletions

4
roles/nidus-sync.nix Normal file
View file

@ -0,0 +1,4 @@
{ config, lib, pkgs, ... }: {
myModules.caddy.enable = true;
myModules.fieldseeker-sync.enable = true;
}