about summary refs log tree commit diff
path: root/nixos/doc/manual
Commit message (Collapse)AuthorAge
* Revert "Add ssh backdoor to VM tests infrastructure."Samuel Dionne-Riel2019-01-19
| | | | | | | This reverts commit d6e3db44cf09d04f0a3cd5b7ccb4a5dc3b7bfaa9. See #53935 for explanations. In short, it may be causing issues with tests on the build infrastructure.
* nixos manual: fix a typo that made it invalid XMLVladimír Čunát2019-01-13
| | | | The problem was merge to master in the bfbadab4 commit.
* Update nixos/doc/manual/man-nixos-rebuild.xmlFrederik Rietdijk2019-01-12
| | | Co-Authored-By: Mic92 <Mic92@users.noreply.github.com>
* Update nixos/doc/manual/man-nixos-rebuild.xmlFrederik Rietdijk2019-01-12
| | | Co-Authored-By: Mic92 <Mic92@users.noreply.github.com>
* nixos-rebuild: allow to override buildersJörg Thalheim2019-01-11
| | | | | | | Since nix 2.0 the no-build-hook option was replaced by the builders options that allows to override remote builders ad-hoc. Since it is useful to disable remote builders updating nixos without network, this commit reintroduces the option.
* nixos/cpufreq: Remove the alias to set the cpu frequency governor(cdep)illabout2019-01-03
| | | | | | | | | | This PR temporarily fixes the issue with PR 53041 as explained here: https://github.com/NixOS/nixpkgs/pull/53041#commitcomment-31825338 The alias `powerManagement.cpufreq.governor` to `powerManagement.cpuFreqGovernor` has been removed.
* cpufreq: add option for setting the cpu max and min frequencies(cdep)illabout2019-01-01
| | | | | | | | | | | | | This adds a NixOS option for setting the CPU max and min frequencies with `cpufreq`. The two options that have been added are: - `powerManagement.cpufreq.max` - `powerManagement.cpufreq.min` It also adds an alias to the `powerManagement.cpuFreqGovernor` option as `powerManagement.cpufreq.governor`. This updates the installer to use the new option name. It also updates the manual with a note about the new name.
* Remove composableDerivation, closes #18763Frederik Rietdijk2018-12-30
|
* fish: 2.7.1 -> 3.0.0adisbladis2018-12-28
|
* treewide: Fix broken Gmane URLsCraig Younkins2018-12-25
|
* release-notes/rl-1903: add security.googleOsLoginFlorian Klink2018-12-21
|
* security.pam: make pam_unix.so required, not sufficientFlorian Klink2018-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having pam_unix set to "sufficient" means early-succeeding account management group, as soon as pam_unix.so is succeeding. This is not sufficient. For example, nixos modules might install nss modules for user lookup, so pam_unix.so succeeds, and we end the stack successfully, even though other pam account modules might want to do more extensive checks. Other distros seem to set pam_unix.so to 'required', so if there are other pam modules in that management group, they get a chance to do some validation too. For SSSD, @PsyanticY already added a workaround knob in https://github.com/NixOS/nixpkgs/pull/31969, while stating this should be the default anyway. I did some thinking in what could break - after this commit, we require pam_unix to succeed, means we require `getent passwd $username` to return something. This is the case for all local users due to the passwd nss module, and also the case for all modules installing their nss module to nsswitch.conf - true for ldap (if not explicitly disabled) and sssd. I'm not so sure about krb5, cc @eqyiel for opinions. Is there some nss module loaded? Should the pam account module be placed before pam_unix? We don't drop the `security.pam.services.<name?>.sssdStrictAccess` option, as it's also used some lines below to tweak error behaviour inside the pam sssd module itself (by changing it's 'control' field). This is also required to get admin login for Google OS Login working (#51566), as their pam_oslogin_admin accounts module takes care of sudo configuration.
* owncloud: remove serverFlorian Klink2018-12-16
| | | | | | | | | | pkgs.owncloud still pointed to owncloud 7.0.15 (from May 13 2016) Last owncloud server update in nixpkgs was in Jun 2016. At the same time Nextcloud forked away from it, indicating users switched over to that. cc @matej (original maintainer)
* nixos/nscd: Address doc feedbackArian van Putten2018-12-12
|
* nixos/nscd: Add release note entry about nscd changesArian van Putten2018-12-12
|
* nixos/release-notes: mention removal of quassel-webserverJörg Thalheim2018-12-08
|
* docs: Remove nix-repl referencesMario Rodas2018-12-03
| | | | nix-repl has been deprecated
* Merge pull request #51329 from c0bw3b/cleanup/gnu-httpsmarkuskowa2018-12-02
|\ | | | | Favor HTTPS URLs - the GNU edition
| * Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | | | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* | nixos/nm-applet: add nm-applet programTobias Happ2018-12-02
|/
* Merge pull request #49385 from krav/gitlab-shell-authorized-keysFlorian Klink2018-11-29
|\ | | | | gitlab-shell: 8.3.3->8.4.1, fix hardcoded paths
| * gitlab: stop regenerating the authorized_keys fileFlorian Klink2018-11-28
| |
* | Merge pull request #51073 from erikarvstedt/docsRenaud2018-11-28
|\ \ | |/ |/| Minor doc fixes
| * nixos tests doc: minor fixesErik Arvstedt2018-11-26
| | | | | | | | | | | | | | | | 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.
* | modularity: Document the ability to use non-files in imports (#50503)Svein Ove Aas2018-11-28
| | | | | | | | | | | | | | * modularity: Document the ability to use non-files in imports * Update nixos/doc/manual/configuration/modularity.xml Co-Authored-By: Baughn <svein@google.com>
* | nixos/ntp: use upstream default restrictions to avoid DDoS (#50762)Brandon Black2018-11-28
|/ | | | Fixes #50732
* Merge pull request #50641 from blaxill/firewallMergeJörg Thalheim2018-11-23
|\ | | | | nixos/firewall: Always use global firewall.allowed rules
| * Rename back to default and better release notesBen Blaxill2018-11-22
| |
| * Add release notesBen Blaxill2018-11-21
| |
* | Fix release notes XML para closing tagCraig Younkins2018-11-20
| |
* | Merge master into staging-nextFrederik Rietdijk2018-11-18
|\|
| * nixos: doc typo and wszimbatm2018-11-16
| |
| * Merge pull request #49821 from DIzFer/profiles-documentationJörg Thalheim2018-11-14
| |\ | | | | | | Docs: Add chapter on Profiles
| | * Typo in clone-configJörg Thalheim2018-11-06
| | | | | | | | | Co-Authored-By: DIzFer <david@izquierdofernandez.com>
| | * Even more typos in hardenedDavid Izquierdo2018-11-06
| | |
| | * Update nixos/doc/manual/configuration/profiles/demo.xmlJan Tojnar2018-11-06
| | | | | | | | | Co-Authored-By: DIzFer <david@izquierdofernandez.com>
| | * Second typo in docker-containerJan Tojnar2018-11-06
| | | | | | | | | Co-Authored-By: DIzFer <david@izquierdofernandez.com>
| | * Fixed typo in docker-containerJan Tojnar2018-11-06
| | | | | | | | | Co-Authored-By: DIzFer <david@izquierdofernandez.com>
| | * Update nixos/doc/manual/configuration/profiles/clone-config.xmlJörg Thalheim2018-11-06
| | | | | | | | | Co-Authored-By: DIzFer <david@izquierdofernandez.com>
| | * Docs: init section QEMU Guest in chapter ProfilesDavid Izquierdo2018-11-06
| | |
| | * Docs: init section Minimal in chapter ProfilesDavid Izquierdo2018-11-06
| | |
| | * Docs: init section Installation Device in chapter ProfilesDavid Izquierdo2018-11-06
| | |
| | * Docs: init section Headless in chapter ProfilesDavid Izquierdo2018-11-06
| | |
| | * Docs: init section Hardened in chapter ProfilesDavid Izquierdo2018-11-06
| | |
| | * Docs: init section Graphical in chapter ProfilesDavid Izquierdo2018-11-06
| | |
| | * Docs: init section Docker Container in chapter ProfilesDavid Izquierdo2018-11-06
| | |
| | * Docs: init section Demo in chapter ProfilesDavid Izquierdo2018-11-06
| | |
| | * Docs: Stub for section Clone Config in chapter ProfilesDavid Izquierdo2018-11-06
| | |
| | * Docs: init section Base in chapter ProfilesDavid Izquierdo2018-11-06
| | |
| | * Docs: init chapter Profiles with section All HardwareDavid Izquierdo2018-11-06
| | |