remove password-store

for now..
This commit is contained in:
LavaDesu 2021-06-04 13:02:38 +07:00
parent f1889de3ce
commit d4c3f7b40d
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -64,10 +64,6 @@
signByDefault = true; signByDefault = true;
}; };
}; };
password-store = {
enable = true;
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
};
}; };
services = { services = {