Fix redoubt build after refactor, enable remote builds
This commit is contained in:
parent
32fcc82875
commit
85e40e6221
1 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
];
|
||||
|
||||
##############################################################################
|
||||
##############################################################################
|
||||
##############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue