Renaud
36994f8620
Merge pull request #51073 from erikarvstedt/docs
...
Minor doc fixes
2018-11-28 20:34:53 +01:00
Svein Ove Aas
24865963f0
modularity: Document the ability to use non-files in imports ( #50503 )
...
* modularity: Document the ability to use non-files in imports
* Update nixos/doc/manual/configuration/modularity.xml
Co-Authored-By: Baughn <svein@google.com>
2018-11-28 12:39:51 +01:00
Brandon Black
dacbd5a61a
nixos/ntp: use upstream default restrictions to avoid DDoS ( #50762 )
...
Fixes #50732
2018-11-28 10:15:25 +00:00
Erik Arvstedt
931b7b47a2
nixos tests doc: minor fixes
...
This fixes some quirks I introduced in previous commits.
1. No need for an extra newline when printing the output of shell commands.
2. 'or die' is what's already used in the NixOS test sources, while
'die unless' has no occurrences.
2018-11-26 19:36:50 +01:00
Jörg Thalheim
d3aeed389c
Merge pull request #50641 from blaxill/firewallMerge
...
nixos/firewall: Always use global firewall.allowed rules
2018-11-23 11:42:16 +00:00
Ben Blaxill
308ab4ea25
Rename back to default and better release notes
2018-11-22 19:24:23 -05:00
Ben Blaxill
b48c6d051b
Add release notes
2018-11-21 17:08:12 -05:00
Craig Younkins
a629f967f7
Fix release notes XML para closing tag
2018-11-20 18:46:52 +00:00
Frederik Rietdijk
63c6875f26
Merge master into staging-next
2018-11-18 10:32:12 +01:00
zimbatm
b56191746e
nixos: doc typo and ws
2018-11-16 22:44:55 +01:00
Jörg Thalheim
6f607b806d
Merge pull request #49821 from DIzFer/profiles-documentation
...
Docs: Add chapter on Profiles
2018-11-14 11:32:12 +00:00
Tobias Happ
4839403dd6
nixos/{lightdm,sddm,xpra}: remove enabling of logToFile
2018-11-13 21:52:37 +01:00
Robert Hensing
dd3aca2d0b
Merge pull request #49256 from roberth/nixos-nixpkgs-pkgs-use-overlays
...
NixOS: use overlays when nixpkgs.pkgs is set
2018-11-13 09:55:24 +01:00
Frederik Rietdijk
7863aae5b2
Merge master into staging-next
2018-11-11 08:59:44 +01:00
Silvan Mosberger
e468a1091b
Merge pull request #48687 from danielrutz/port-type
...
Add port type
2018-11-10 15:12:07 +01:00
Frederik Rietdijk
53d00c3351
Merge master into staging-next
2018-11-10 11:08:54 +01:00
Samuel Dionne-Riel
2f668e3248
Merge pull request #40043 from kierdavis/ckb-update-and-cleanup
...
ckb/ckb-next: 0.2.9 -> 0.3.2, and cleanup
2018-11-09 23:59:58 +00:00
rnhmjoj
21dfccd93d
nixos/manual: move syncthing notice in the right position
2018-11-07 08:32:03 +01:00
Jörg Thalheim
bac872592c
Typo in clone-config
...
Co-Authored-By: DIzFer <david@izquierdofernandez.com>
2018-11-06 23:08:26 +01:00
David Izquierdo
6abe1e5981
Even more typos in hardened
2018-11-06 22:54:43 +01:00
Jan Tojnar
6be1696c80
Update nixos/doc/manual/configuration/profiles/demo.xml
...
Co-Authored-By: DIzFer <david@izquierdofernandez.com>
2018-11-06 22:51:33 +01:00
Jan Tojnar
dbd1a5f216
Second typo in docker-container
...
Co-Authored-By: DIzFer <david@izquierdofernandez.com>
2018-11-06 22:50:25 +01:00
Jan Tojnar
c7e3f19fc2
Fixed typo in docker-container
...
Co-Authored-By: DIzFer <david@izquierdofernandez.com>
2018-11-06 22:49:44 +01:00
Jörg Thalheim
f488a072f9
Update nixos/doc/manual/configuration/profiles/clone-config.xml
...
Co-Authored-By: DIzFer <david@izquierdofernandez.com>
2018-11-06 22:48:05 +01:00
David Izquierdo
b303688f46
Docs: init section QEMU Guest in chapter Profiles
2018-11-06 12:58:41 +01:00
David Izquierdo
62e64978d2
Docs: init section Minimal in chapter Profiles
2018-11-06 12:58:30 +01:00
David Izquierdo
d2af8fb3d2
Docs: init section Installation Device in chapter Profiles
2018-11-06 12:58:14 +01:00
David Izquierdo
670ee54a28
Docs: init section Headless in chapter Profiles
2018-11-06 12:58:05 +01:00
David Izquierdo
614ea40443
Docs: init section Hardened in chapter Profiles
2018-11-06 12:57:50 +01:00
David Izquierdo
b10d669919
Docs: init section Graphical in chapter Profiles
2018-11-06 12:57:37 +01:00
David Izquierdo
207bbdcb91
Docs: init section Docker Container in chapter Profiles
2018-11-06 12:57:25 +01:00
David Izquierdo
40f2cdb302
Docs: init section Demo in chapter Profiles
2018-11-06 12:56:48 +01:00
David Izquierdo
e6445abe64
Docs: Stub for section Clone Config in chapter Profiles
2018-11-06 12:56:22 +01:00
David Izquierdo
4c02d4cb55
Docs: init section Base in chapter Profiles
2018-11-06 12:56:07 +01:00
David Izquierdo
57d9bc4ce2
Docs: init chapter Profiles with section All Hardware
2018-11-06 12:55:37 +01:00
Sarah Brofeldt
81de3e39b0
Merge pull request #49516 from johanot/kubedns-to-coredns
...
nixos/kubernetes: KubeDNS -> CoreDNS
2018-11-06 10:30:49 +01:00
Kier Davis
3b7984dd51
Merge branch 'master' into ckb-update-and-cleanup
2018-11-06 00:47:14 +00:00
Robert Hensing
03fc1167e8
Merge branch 'master' into nixos-nixpkgs-pkgs-use-overlays
2018-11-04 14:19:33 +01:00
Andreas Rammhold
c891dac82f
Merge pull request #49283 from aanderse/solr
...
solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version bump
2018-11-04 13:24:15 +01:00
Frederik Rietdijk
cb4ff927a1
Merge master into staging-next
2018-11-04 08:49:24 +01:00
Robert Hensing
5341e145c3
release-notes/19.03: nixpkgs.pkgs and nixpkgs.overlays now combine
2018-11-03 19:48:42 +01:00
Niklas Hambüchen
32c2d48524
nixos manual: Add changelog for consul
...
Signed-off-by: Niklas Hambüchen <mail@nh2.me>
2018-11-03 18:44:48 +01:00
Aaron Andersen
1b725def23
solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version bump, NixOS test included
2018-11-03 13:14:13 -04:00
Vladimír Čunát
a92a2c8e15
Merge branch 'master' into staging
...
Conflict: rename of pythondaemon -> python-daemon.
2018-11-02 14:40:14 +01:00
Joachim F
2dc0fc6516
Merge pull request #47526 from rnhmjoj/syncthing
...
nixos/syncthing: move configuration to condigDir
2018-11-02 12:02:51 +00:00
Johan Thomsen
eea2db1240
nixos/kubernetes: Added rl-1903 entry documenting kubedns -> coredns
2018-10-31 13:41:04 +01:00
xeji
6efd811062
Merge pull request #49348 from markuskowa/mod-slurm-upgrade
...
nixos/slurm: add slurmdbd, run daemons as user
2018-10-31 00:16:11 +01:00
Robin Gloster
4c8a198f12
tests/docs: remove remnants of old allowPing default ( #49198 )
...
This has been defaulting to true since 16.03, we don't need this code
anymore, also the note in the documentation has been obsolete for quite
a while.
2018-10-30 22:26:43 +01:00
Frederik Rietdijk
1d196d99be
Merge staging-next into staging
2018-10-30 20:35:15 +01:00
Markus Kowalewski
d2799d1835
nixos/slurm: node/partitionName option -> list
...
Make the node and partitionname options lists.
There can be more than paratition or set of nodes.
Add changes to release notes
2018-10-30 19:50:52 +01:00