Fix redoubt build after refactor, enable remote builds

This commit is contained in:
Lauren Lagarde 2025-08-25 01:25:59 -05:00
parent 32fcc82875
commit 85e40e6221

View file

@ -30,7 +30,8 @@
../../nixos/tweaks/systemd-resolved_nonsense.nix
# Dotspace
../../dotspace/configuration.nix
../../dotspace/parts/pki.nix
../../dotspace/parts/tinc.nix
../../nixos/features/stronghold-binary-cache.nix
# Users
@ -45,6 +46,11 @@
../../nixos/tweaks/disable_firewall.nix
];
# TODO: Break this one out, for sure
nix.settings.trusted-users = [
"lauren_lagarde"
];
##############################################################################
##############################################################################
##############################################################################