rework python module

This commit is contained in:
Moritz Böhme 2023-01-26 10:55:47 +01:00
parent eb101fbcf2
commit c78d9e9e24
2 changed files with 41 additions and 27 deletions

View file

@ -78,7 +78,7 @@ with lib; {
hub.enable = true;
ledger.enable = true;
logseq.enable = true;
python.enable = true;
python.versions."311".enable = true;
ssh = {
enable = true;
includeSecrets = [ ../../secrets/ssh-home.age ];