forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
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 ocaml-utop
- Loading branch information
Showing
579 changed files
with
18,524 additions
and
11,973 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
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 |
---|---|---|
|
@@ -215,6 +215,7 @@ | |
heel = "Sergii Paryzhskyi <[email protected]>"; | ||
henrytill = "Henry Till <[email protected]>"; | ||
hinton = "Tom Hinton <[email protected]>"; | ||
hodapp = "Chris Hodapp <[email protected]>"; | ||
hrdinka = "Christoph Hrdinka <[email protected]>"; | ||
iand675 = "Ian Duncan <[email protected]>"; | ||
ianwookim = "Ian-Woo Kim <[email protected]>"; | ||
|
@@ -388,6 +389,7 @@ | |
paholg = "Paho Lurie-Gregg <[email protected]>"; | ||
pakhfn = "Fedor Pakhomov <[email protected]>"; | ||
palo = "Ingolf Wanger <[email protected]>"; | ||
panaeon = "Vitalii Voloshyn <[email protected]"; | ||
paperdigits = "Mica Semrick <[email protected]>"; | ||
pashev = "Igor Pashev <[email protected]>"; | ||
patternspandemic = "Brad Christensen <[email protected]>"; | ||
|
@@ -452,7 +454,7 @@ | |
romildo = "José Romildo Malaquias <[email protected]>"; | ||
rongcuid = "Rongcui Dong <[email protected]>"; | ||
ronny = "Ronny Pfannschmidt <[email protected]>"; | ||
rszibele = "Richard Szibele <richard_szibele@hotmail.com>"; | ||
rszibele = "Richard Szibele <richard@szibele.com>"; | ||
rtreffer = "Rene Treffer <[email protected]>"; | ||
rushmorem = "Rushmore Mushambi <[email protected]>"; | ||
rvl = "Rodney Lorrimar <[email protected]>"; | ||
|
@@ -466,6 +468,7 @@ | |
s1lvester = "Markus Silvester <[email protected]>"; | ||
samuelrivas = "Samuel Rivas <[email protected]>"; | ||
sander = "Sander van der Burg <[email protected]>"; | ||
sargon = "Daniel Ehlers <[email protected]>"; | ||
schmitthenner = "Fabian Schmitthenner <[email protected]>"; | ||
schneefux = "schneefux <[email protected]>"; | ||
schristo = "Scott Christopher <[email protected]>"; | ||
|
@@ -488,6 +491,7 @@ | |
skrzyp = "Jakub Skrzypnik <[email protected]>"; | ||
sleexyz = "Sean Lee <[email protected]>"; | ||
smironov = "Sergey Mironov <[email protected]>"; | ||
snyh = "Xia Bin <[email protected]>"; | ||
solson = "Scott Olson <[email protected]>"; | ||
spacefrogg = "Michael Raitza <[email protected]>"; | ||
spencerjanssen = "Spencer Janssen <[email protected]>"; | ||
|
@@ -500,6 +504,7 @@ | |
sternenseemann = "Lukas Epple <[email protected]>"; | ||
stesie = "Stefan Siegl <[email protected]>"; | ||
steveej = "Stefan Junker <[email protected]>"; | ||
SuprDewd = "Bjarki Ágúst Guðmundsson <[email protected]>"; | ||
swarren83 = "Shawn Warren <[email protected]>"; | ||
swistak35 = "Rafał Łasocha <[email protected]>"; | ||
szczyp = "Szczyp <[email protected]>"; | ||
|
@@ -509,6 +514,7 @@ | |
takikawa = "Asumu Takikawa <[email protected]>"; | ||
taktoa = "Remy Goldschmidt <[email protected]>"; | ||
taku0 = "Takuo Yonezawa <[email protected]>"; | ||
tari = "Peter Marheine <[email protected]>"; | ||
tavyc = "Octavian Cerna <[email protected]>"; | ||
teh = "Tom Hunger <[email protected]>"; | ||
telotortium = "Robert Irelan <[email protected]>"; | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,10 @@ line. For instance, to create a container that has | |
<literal>root</literal>: | ||
|
||
<screen> | ||
# nixos-container create foo --config 'services.openssh.enable = true; \ | ||
users.extraUsers.root.openssh.authorizedKeys.keys = ["ssh-dss AAAAB3N…"];' | ||
# nixos-container create foo --config ' | ||
services.openssh.enable = true; | ||
users.extraUsers.root.openssh.authorizedKeys.keys = ["ssh-dss AAAAB3N…"]; | ||
' | ||
</screen> | ||
|
||
</para> | ||
|
@@ -97,8 +99,11 @@ This will build and activate the new configuration. You can also | |
specify a new configuration on the command line: | ||
|
||
<screen> | ||
# nixos-container update foo --config 'services.httpd.enable = true; \ | ||
services.httpd.adminAddr = "[email protected]";' | ||
# nixos-container update foo --config ' | ||
services.httpd.enable = true; | ||
services.httpd.adminAddr = "[email protected]"; | ||
networking.firewall.allowedTCPPorts = [ 80 ]; | ||
' | ||
|
||
# curl http://$(nixos-container show-ip foo)/ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">… | ||
|
Oops, something went wrong.