mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-20 15:22:24 +00:00
add ssm agent to wheel
This commit is contained in:
parent
0582b4a147
commit
3d90674522
@ -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" ];
|
||||
}
|
||||
)
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user