Add trusted users and zfs to outpost

This commit is contained in:
Lauren Lagarde 2025-08-29 22:06:37 -05:00
parent 0d01d48b63
commit abd3663878

View file

@ -45,6 +45,12 @@ in {
# Outpost
../../nixos/tweaks/disable_firewall.nix
../../nixos/tweaks/zfs.nix
];
# TODO: Break this one out, for sure
nix.settings.trusted-users = [
"lauren_lagarde"
];
##############################################################################