From 789621a810a5b27580cde0b89f250817a02ffd0d Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 9 Oct 2025 15:19:17 -0400 Subject: add git/compromyse to wheel temporarily --- machines/git/configuration.nix | 2 +- modules/git/compromyse.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/git/configuration.nix b/machines/git/configuration.nix index 7024d7e..732497e 100644 --- a/machines/git/configuration.nix +++ b/machines/git/configuration.nix @@ -1,7 +1,7 @@ { lib, inputs, pkgs, ... }: let - drive = "/dev/nvme0n1"; + drive = "/dev/vda"; in { imports = [ ./hardware-configuration.nix 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; } -- cgit v1.2.3