mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
add git-crypt, and passwordless systemctl
This commit is contained in:
parent
dbdc5f7495
commit
bbad2b9122
2 changed files with 6 additions and 0 deletions
|
|
@ -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" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
1
home.nix
1
home.nix
|
|
@ -14,6 +14,7 @@ rec {
|
|||
home.packages = with pkgs; [
|
||||
gnumake
|
||||
emanote
|
||||
git-crypt
|
||||
|
||||
cachix
|
||||
tig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue