fix(sourcehut): actually environment.variables do not affect systemd services, trying another way
This commit is contained in:
parent
b895943359
commit
dabd4298a6
2 changed files with 7 additions and 5 deletions
|
|
@ -143,11 +143,6 @@
|
|||
kdePackages.qtsvg
|
||||
];
|
||||
|
||||
# set global environment variables
|
||||
environment.variables = {
|
||||
# make python's requests package use the global ca-certificates store, which will contain my own CA cert
|
||||
REQUESTS_CA_BUNDLE = "/etc/ssl/certs/ca-certificates.crt";
|
||||
};
|
||||
# set user environment variables
|
||||
environment.sessionVariables = {
|
||||
# I don't know what this does, but it is needed for wluma to work correctly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue