Update from updated-inputs-2025-05-20-01-03
This commit is contained in:
9
configuration/common/certificates.nix
Normal file
9
configuration/common/certificates.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.sessionVariables = {
|
||||
REQUESTS_CA_BUNDLE = config.security.pki.caBundle;
|
||||
};
|
||||
|
||||
}
|
@@ -3,6 +3,7 @@
|
||||
{
|
||||
imports = [
|
||||
./backup.nix
|
||||
./certificates.nix
|
||||
./initrd.nix
|
||||
./locale.nix
|
||||
./networking.nix
|
||||
|
@@ -41,7 +41,7 @@ def get_remote_branch():
|
||||
|
||||
local_branch, remote_branch = branches
|
||||
|
||||
remote, branch = remote_branch.split("/")
|
||||
remote, branch = remote_branch.split("/", maxsplit=1)
|
||||
|
||||
return {
|
||||
"remote": remote,
|
||||
|
Reference in New Issue
Block a user