summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* hidepid service: use new boot.specialFileSystemsNikolay Amiantov2016-08-31
|
* Merge pull request #18160 from obadz/swap-encryptionNikolay Amiantov2016-08-31
|\ | | | | nixos/…/swap.nix: remove backslashes from deviceName
| * nixos/…/swap.nix: remove backslashes from deviceNameobadz2016-08-31
| | | | | | | | | | | | | | Fixes #8277 Prior to this, backslashes would end up in fstab and the swap partition was not activated. Swap files seemed to work fine.
* | nixos filesystems: move special filesystems to a dedicated optionNikolay Amiantov2016-08-31
| | | | | | | | Fixes #18159.
* | setuid-wrappers: Update wrapper dir atomically.Shea Levy2016-08-31
| | | | | | | | Fixes #18124.
* | Merge pull request #18152 from roblabla/bugfix-zeroTierOneConfigurablePackagezimbatm2016-08-31
|\ \ | | | | | | zerotierone: make package configurable
| * | zerotierone: make package configurableroblabla2016-08-31
| | |
* | | Fix #4210: Remove builderDefsDomen Kožar2016-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was one of the ways to build packages, we are trying hard to minimize different ways so it's easier for newcomers to learn only one way. This also: - removes texLive (old), fixes #14807 - removed upstream-updater, if that code is still used it should be in separate repo - changes a few packages like gitit/mit-scheme to use new texlive
* | | Don't break grow-partitionMango Chutney2016-08-31
| | |
* | | virtualbox-image module: enable partition / filesystem growthNathan Zadoks2016-08-30
| | |
* | | amazon-grow-partition module: rename to grow-partitionNathan Zadoks2016-08-30
| | |
* | | amazon-grow-partition module: autodetect the root deviceNathan Zadoks2016-08-30
| | |
* | | Merge pull request #17822 from abbradar/systemd-mountsNikolay Amiantov2016-08-30
|\ \ \ | | | | | | | | nixos filesystems: unify special filesystems handling
| * | | nixos filesystems: unify early filesystems handlingNikolay Amiantov2016-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new internal config option `fileSystems.<name>.early` is added to indicate that the filesystem needs to be loaded very early (i.e. in initrd). They are transformed to a shell script in `system.build.earlyMountScript` with calls to an undefined `specialMount` function, which is expected to be caller-specific. This option is used by stage-1, stage-2 and activation script to set up and remount those filesystems. Options for them are updated according to systemd defaults.
* | | | update-users-groups.pl: correctly guard duplicate uids for declarative usersDomen Kožar2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Verified that following nixos configuration: users.users.foo = { uid = 1000; name = "foo"; }; users.users.bar = { name = "bar"; }; Before this commit both users will get uid of 1000, after it's applied bar will correctly get 1001.
* | | | Merge pull request #18104 from ericsagnes/feat/nixos-manual-gen-cleanupEelco Dolstra2016-08-30
|\ \ \ \ | |_|_|/ |/| | | nixos manual: cleanup generation
| * | | nixos manual: cleanup generationEric Sagnes2016-08-30
| | | |
* | | | opensmtpd nixos module: chmod & chown until the daemon's heart's contentobadz2016-08-30
|/ / /
* | | nixos manual: move chapter on grsecurity to auto-generated module docsJoachim Fasting2016-08-29
| | |
* | | dnscrypt-proxy module: move detailed info to module documentationJoachim Fasting2016-08-29
| | |
* | | dnscrypt-proxy module: serviceConfig.Group is redundantJoachim Fasting2016-08-29
| | | | | | | | | | | | Same as user's primary group if left unspecified
* | | dnscrypt-proxy module: formattingJoachim Fasting2016-08-29
| | |
* | | nixos/containers: Process config like toplevel options (#17365)Guillaume Maudoux2016-08-29
| | |
* | | In $NIX_PATH, use nixpkgs=...Eelco Dolstra2016-08-29
| | | | | | | | | | | | This is required by the "nix" command to find Nixpkgs.
* | | Merge branch 'master' into stagingobadz2016-08-29
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: pkgs/tools/system/facter/default.nix
| * | | nixos doc: module meta attribute section cleanupRobin Gloster2016-08-29
| | | |
| * | | nixos doc: add modules meta-attributes (#18078)Eric Sagnes2016-08-29
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into stagingRobin Gloster2016-08-29
|\| | |
| * | | nixos/cpu-freq: list correct default governor in descriptionThomas Tuegel2016-08-28
| | | |
* | | | Merge branch 'master' into stagingobadz2016-08-28
|\| | |
| * | | nixos/modules/rename.nix: fix eval errorobadz2016-08-28
| | | | | | | | | | | | | | | | cc @Profpatsch @joachifm @domenkozar
* | | | Merge branch 'master' into stagingobadz2016-08-28
|\| | |
| * | | Merge pull request #15025 from ericsagnes/modules/manualDomen Kožar2016-08-28
| |\ \ \ | | | | | | | | | | manual: automatically generate modules documentation
| | * | | modules: move meta at top levelEric Sagnes2016-08-11
| | | | |
| | * | | manual: automatically generate modules entriesEric Sagnes2016-08-11
| | | | |
| * | | | Merge pull request #14311 from Profpatsch/mkRemovedOptionModule-replacementDomen Kožar2016-08-28
| |\ \ \ \ | | | | | | | | | | | | mkRemovedOptionModule: add replacement argument
| | * | | | modules/mkRemovedOptionModule: add replacement docProfpatsch2016-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When displaying a warning about a removed Option we should always include reasoning why it was removed and how to get the same functionality without it. Introduces such a description argument and patches occurences (mostly with an empty string). startGnuPGAgent: further notes on replacement
* | | | | | Merge branch 'master' into stagingobadz2016-08-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/games/scummvm/default.nix
| * | | | | virtualbox-image: remove raw image (hopefully fixes ova tests)obadz2016-08-28
| | | | | | | | | | | | | | | | | | | | | | | | See also 80660f8
| * | | | | nixos/redis: enforce owner/perms on /var/lib/redis (#18046)Bjørn Forsman2016-08-28
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was only set once, now it is enforced on each start-up of redis.service. Also set _ownership_ recursively, so that the /var/lib/redis/dump.rdb file is guaranteed to be accessible by the currently configured redis user. Fixes issue #9687, where redis wouldn't start because /var/lib/redis had wrong owner.
* | | | | Merge branch 'master' into stagingobadz2016-08-27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/misc/navit/default.nix pkgs/applications/networking/mailreaders/alpine/default.nix pkgs/applications/networking/mailreaders/realpine/default.nix pkgs/development/compilers/ghc/head.nix pkgs/development/libraries/openssl/default.nix pkgs/games/liquidwar/default.nix pkgs/games/spring/springlobby.nix pkgs/os-specific/linux/kernel/perf.nix pkgs/servers/sip/freeswitch/default.nix pkgs/tools/archivers/cromfs/default.nix pkgs/tools/graphics/plotutils/default.nix
| * | | | Merge pull request #11484 from oxij/nixos-toposort-filesystemsNikolay Amiantov2016-08-27
| |\ \ \ \ | | | | | | | | | | | | lib: add toposort, nixos: use toposort for fileSystems to properly support bind and move mounts
| | * | | | nixos: generalize copy-paste from stage-1 and zfs to utilsJan Malakhovski2016-08-23
| | | | | |
| | * | | | nixos: copy resize2fs only for stage-1 fileSystemsJan Malakhovski2016-08-23
| | | | | |
| | * | | | nixos: apply toposort to fileSystems to support bind and move mountsJan Malakhovski2016-08-23
| | | | | | | | | | | | | | | | | | | | | | | | And use new `config.system.build.fileSystems` property everywhere.
| | * | | | nixos: tasks/fileSystems: cleanupJan Malakhovski2016-08-23
| | | | | |
| | * | | | Revert a soon to be useless pice of "nixos/stage-1: add mechanism which ↵Jan Malakhovski2016-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lustrates all impurities from / (#17784)" This reverts a pice of commit 3d16af70bf894ce15ec9bdcad3c9ac736dc43630.
| * | | | | virtualbox-image: use vmdk wrapper instead of vdi copy (avoids 1 disk copy)obadz2016-08-27
| | | | | |
| * | | | | virtualbox-image: remove configFile to let clone-config do its job in demoobadz2016-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #13927 cc @edolstra configFile in make-disk-image clashes with clone-config as the latter does nothing if it finds a a /etc/nixos/configuration.nix during stage-2.
| * | | | | nixos/doc/gitlab: fix buildFranz Pletz2016-08-26
| | | | | |