Move gpg to its own service
This commit is contained in:
parent
5259082f76
commit
01d16e03c8
3 changed files with 9 additions and 4 deletions
|
@ -7,8 +7,5 @@
|
|||
extraConfig.safe.directory = "/etc/nixos";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
git-crypt
|
||||
gnupg
|
||||
];
|
||||
home.packages = with pkgs; [ git-crypt ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue