From 3d906745226293c509ca04cd83c85385420b0b01 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 7 May 2024 17:52:48 -0400 Subject: [PATCH] add ssm agent to wheel --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d400b76..d50e2a9 100644 --- a/flake.nix +++ b/flake.nix @@ -350,6 +350,7 @@ boot.loader.systemd-boot.enable = inputs.nixpkgs.lib.mkForce false; boot.loader.efi.canTouchEfiVariables = inputs.nixpkgs.lib.mkForce false; services.amazon-ssm-agent.enable = true; + users.users.ssm-user.extraGroups = [ "wheel" ]; } ) ];