update: 23.11
This commit is contained in:
parent
49040b5be9
commit
a08aca5301
6 changed files with 39 additions and 42 deletions
|
@ -8,7 +8,13 @@
|
|||
};
|
||||
services = {
|
||||
pass-secret-service.enable = true;
|
||||
password-store-sync.enable = true;
|
||||
git-sync = {
|
||||
enable = true;
|
||||
repositories.password-store = {
|
||||
uri = "git@git.disroot.org:lelgenio/password-store";
|
||||
path = toString config.programs.password-store.settings.PASSWORD_STORE_DIR;
|
||||
};
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [ wpass _gpg-unlock ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue