From abd36638787f00d1537b0e1eb3deaa5b4f7792a8 Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Fri, 29 Aug 2025 22:06:37 -0500 Subject: [PATCH] Add trusted users and zfs to outpost --- systems/outpost/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/outpost/configuration.nix b/systems/outpost/configuration.nix index 60503d1..c5fff4d 100644 --- a/systems/outpost/configuration.nix +++ b/systems/outpost/configuration.nix @@ -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" ]; ##############################################################################