-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 20250106-no-with-lib
- Loading branch information
Showing
80 changed files
with
793 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2129,6 +2129,7 @@ | |
github = "asymmetric"; | ||
githubId = 101816; | ||
name = "Lorenzo Manacorda"; | ||
matrix = "@asymmetric:matrix.dapp.org.uk"; | ||
}; | ||
aszlig = { | ||
email = "[email protected]"; | ||
|
@@ -3314,6 +3315,13 @@ | |
github = "brendanreis"; | ||
githubId = 10686906; | ||
}; | ||
bretek = { | ||
email = "[email protected]"; | ||
github = "bretek"; | ||
githubId = 79257746; | ||
name = "Joseph Madden"; | ||
keys = [ { fingerprint = "3CF8 E983 2219 AB4B 0E19 158E 6112 1921 C9F8 117C"; } ]; | ||
}; | ||
brettlyons = { | ||
email = "[email protected]"; | ||
github = "brettlyons"; | ||
|
@@ -7359,7 +7367,7 @@ | |
github = "FedX-sudo"; | ||
githubId = 66258975; | ||
name = "Fedx sudo"; | ||
matrix = "fedx:matrix.org"; | ||
matrix = "@fedx:matrix.org"; | ||
}; | ||
fee1-dead = { | ||
email = "[email protected]"; | ||
|
@@ -12803,7 +12811,7 @@ | |
}; | ||
lenny = { | ||
name = "Lenny."; | ||
matrix = "lenny@flipdot.org"; | ||
matrix = "@lenny:flipdot.org"; | ||
keys = [ { fingerprint = "6D63 2D4D 0CFE 8D53 F5FD C7ED 738F C800 6E9E A634"; } ]; | ||
}; | ||
leo248 = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
config, | ||
lib, | ||
pkgs, | ||
... | ||
}: | ||
let | ||
|
||
cfg = config.services.mptcpd; | ||
|
||
in | ||
|
||
{ | ||
|
||
options = { | ||
|
||
services.mptcpd = { | ||
|
||
enable = lib.mkEnableOption "the Multipath TCP path management daemon"; | ||
|
||
package = lib.mkPackageOption pkgs "mptcpd" { }; | ||
|
||
}; | ||
|
||
}; | ||
|
||
config = lib.mkIf cfg.enable { | ||
|
||
environment.systemPackages = [ cfg.package ]; | ||
|
||
systemd.packages = [ cfg.package ]; | ||
|
||
}; | ||
|
||
meta.maintainers = with lib.maintainers; [ nim65s ]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.