add git-crypt, and passwordless systemctl

This commit is contained in:
Sridhar Ratnakumar 2021-11-03 20:12:50 -04:00
parent dbdc5f7495
commit bbad2b9122
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,11 @@
command = "/run/current-system/sw/bin/nixos-rebuild";
options = [ "NOPASSWD" ];
}
# HACK: See thin.nix power commands
{
command = "/run/current-system/sw/bin/systemctl";
options = [ "NOPASSWD" ];
}
];
}
];

View file

@ -14,6 +14,7 @@ rec {
home.packages = with pkgs; [
gnumake
emanote
git-crypt
cachix
tig