forgor
This commit is contained in:
parent
8c8c27fd44
commit
6d4164faf8
3 changed files with 6 additions and 5 deletions
0
base/apollo/cone
Normal file
0
base/apollo/cone
Normal file
|
|
@ -163,10 +163,10 @@
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
# programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
# };
|
};
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,8 @@
|
||||||
};
|
};
|
||||||
programs.password-store = {
|
programs.password-store = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.pass.withExtensions (exts: [exts.pass-otp]);
|
package = pkgs.pass.withExtensions (exts: [exts.pass-otp exts.pass-import]);
|
||||||
|
settings = { PASSWORD_STORE_DIR = "~/sync/general/pass"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue