diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-09 15:19:17 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-09 15:19:17 -0400 | 
| commit | 789621a810a5b27580cde0b89f250817a02ffd0d (patch) | |
| tree | 3d489d8858178b34ebc52567508296c2eb016d1e /modules/git/compromyse.nix | |
| parent | dc4f16e4f3142bedca72161fed389bbf47665bfb (diff) | |
add git/compromyse to wheel temporarily
Diffstat (limited to '')
| -rw-r--r-- | modules/git/compromyse.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/modules/git/compromyse.nix b/modules/git/compromyse.nix index 509d57f..41596d1 100644 --- a/modules/git/compromyse.nix +++ b/modules/git/compromyse.nix @@ -5,6 +5,7 @@      initialPassword = "testing";      isNormalUser = true;      openssh.authorizedKeys.keys = [ "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDljZ44cNtYqvpeGuUsMRekkjiyaCLraX7GHp2BJGyhvUnCpVz7I5K6SGQ92vnEdkbQpUEs29Cw5RTYTKDXcn1zyl7fi/jLWVLgV3Apc7dbJvhQOTfxB24D5EuOR+3nZFtR1C89VNiB55ahqoBAxGMxr9GkOaKplruT1u+UOAW7wRwCGWoC7ySuVRnEoquWsv3ZHZhxTgmM6b8wnOk9K/to0JY51fbZ56OXcUKRUNkq4QzVMWEhWEpOuSFeufOewCjUIcMQkWzjG3XiqF7gBGnNqbvPlWOB3iLbAdOGBfkAxFlzTBGzwNEGWV39AMWHA1dRBKeETo5sHACsorpIQ3IHR3uHz3YccqhzOBqERqU419ioLdHSQt7uXS54AvZ7ZAMm/RZBeFdupT2dhfOdmvY/2ZHHEuP55A3GExlthaFR+SPKc1q/MhtX/+hBhtkPH+RMP/WPgPbXBCLVdL/ul/vGk8CGCFeKAVrexmz5q+5xax/gDIKfS3ynoMCrWxoto2U= raghus2247@gmail.com" ]; +    extraGroups = [ "wheel" ];    };    security.sudo.wheelNeedsPassword = false;  } | 
