summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | Merge pull request #47154 from ck3d/fix-nixos-lirc-socketmarkuskowa2018-10-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos lircd: fix deletion of lircd socket
| * | | | | | | | | | | nixos lircd: fix deletion of lircd socketChristian Kögler2018-09-21
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #48460 from Mic92/postfix-setuidJörg Thalheim2018-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | postfix: add setgid wrapper for postqueue/postdrop
| * | | | | | | | | | | postfix: add setgid wrapper for postqueue/postdropJörg Thalheim2018-10-15
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both postqueue[1] and postdrop[2] implement a subset of administration task that are supposed to be run unprivileged users and require the setgid bit to full-fill this task. [1] http://www.postfix.org/postqueue.1.html [2] http://www.postfix.org/postdrop.1.html
* | | | | | | | | | | Fix hostapd's place in systemd dependency tree. (#45464)clefru2018-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nat/bind/dhcp.service: Remove. Those services have nothing to do with a link-level service. * sys-subsystem-net-devices-${if}.device: Add as BindsTo dependency as this will make hostapd stop when the device is unplugged. * network-link-${if}.service: Add hostapd as dependency for this service via requiredBy clause, so that the network link is only considered to be established only after hostapd has started. * network.target: Remove this from wantedBy clause as this is already implied from dependencies stacked above hostapd. And if it's not implied than starting hostapd is not required for this particular network configuration.
* | | | | | | | | | | Merge pull request #45470 from Infinisil/znc-configSilvan Mosberger2018-10-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/znc: More flexible module, cleanups
| * | | | | | | | | | | nixos/znc: Add release note entry for removed optionsSilvan Mosberger2018-10-14
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/znc: add config optionSilvan Mosberger2018-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option represents the ZNC configuration as a Nix value. It will be converted to a syntactically valid file. This provides: - Flexibility: Any ZNC option can be used - Modularity: These values can be set from any NixOS module and will be merged correctly - Overridability: Default values can be overridden Also done: Remove unused/unneeded options, mkRemovedOptionModule unfortunately doesn't work inside submodules (yet). The options userName and modulePackages were never used to begin with
| * | | | | | | | | | | nixos/znc: move to own folderSilvan Mosberger2018-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move legacy options to separate file
* | | | | | | | | | | | Merge pull request #47975 from ↵Silvan Mosberger2018-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aneeshusa/make-container-journals-available-from-host containers: Make systemd journals available from the host
| * | | | | | | | | | | nixos/containers: Make systemd journals available from the hostAneesh Agrawal2018-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is set by default if using the upstream systemd-nspawn@ units.
* | | | | | | | | | | | Revert "Merge pull request #48122 from zimbatm/pkg-nixos-rebuild"Eelco Dolstra2018-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 10addad6035034b2b78f3c74ef436cd7146d5231, reversing changes made to 7786575c6c0e1b010d46ad00b14d0bb5bf08d7d2. NixOS scripts should be kept in the NixOS source tree, not in pkgs. Moving them around is just confusing and creates unnecessary code/history churn.
* | | | | | | | | | | | nixos-*: init as packagezimbatm2018-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move all the nixos-* scripts from the nixos distribution as real packages in the pkgs/ package set. This allows non-nixos users to run the script as well. For example, deploying a remote machine with: nixos-rebuild --target-host root@hostname --build-host root@hostname
* | | | | | | | | | | | move the codeName to /.codeNamezimbatm2018-10-16
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the codeName globally accessible in the repo. The release is not only for NixOS anymore.
* | | | | | | | | | | Merge pull request #48439 from joachifm/hardened-miscJoachim F2018-10-15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/security/misc: init
| * | | | | | | | | | | nixos/security/misc: initJoachim Fasting2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A module for security options that are too small to warrant their own module. The impetus for adding this module is to make it more convenient to override the behavior of the hardened profile wrt user namespaces. Without a dedicated option for user namespaces, the user needs to 1) know which sysctl knob controls userns 2) know how large a value the sysctl knob needs to allow e.g., Nix sandbox builds to work In the future, other mitigations currently enabled by the hardened profile may be promoted to options in this module.
* | | | | | | | | | | | amazon-image.nix: Disable udisksEelco Dolstra2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the system closure by 89 MiB.
* | | | | | | | | | | | ec2-amis.nix: Add 18.09 imagesEelco Dolstra2018-10-15
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #48463 from Ekleog/release-notes-licenseGraham Christensen2018-10-15
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | release-notes/18-09: add licenses marked as unfree
| * | | | | | | | | | | nixos manual: automatic reflowLéo Gaspard2018-10-15
| | | | | | | | | | | |
| * | | | | | | | | | | release-notes/18-09: add licenses marked as unfreeLéo Gaspard2018-10-15
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #47538 from xaverdh/kmscon-autologinJoachim F2018-10-15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/kmscon: Add autologin option
| * | | | | | | | | | | nixos/kmscon: Add autologin optionDominik Xaver Hörl2018-09-29
| | | | | | | | | | | |
* | | | | | | | | | | | tests/prometheus-exporters: add new Tor exporterPierre Bourdon2018-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new exporter was added in #48307.
* | | | | | | | | | | | nixos/hardened: add myself to maintainersJoachim Fasting2018-10-15
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/lock-kernel-modules: add myself to maintainersJoachim Fasting2018-10-15
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/nixos-install: Unset systemJanne Heß2018-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The system variable is used from the (possibly polluted) shell environment. This causes nixos-install to fail in a nix-shell because the system shell variable is automatically set to the current system (e.g. x86_64-linux).
* | | | | | | | | | | | Merge pull request #48006 from NickHu/psdSilvan Mosberger2018-10-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | profile-sync-daemon: add missing path to systemd service
| * | | | | | | | | | | | nixos/profile-sync-daemon: add missing path to systemd serviceNick Hu2018-10-14
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #48119 from mrVanDalo/update_syncthingPeter Hoeg2018-10-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/modules: services.syncthing add guiAddress parameter
| * | | | | | | | | | | | | nixos/modules: services.syncthing use types.str instead of types.stringIngolf Wagner2018-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As Infinisil mentioned in https://github.com/NixOS/nixpkgs/pull/48119#discussion_r224974201
| * | | | | | | | | | | | | nixos/modules: services.syncthing add guiAddress parameterIngolf Wagner2018-10-14
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #44441 from mnacamura/shell-aliasesSilvan Mosberger2018-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | environment.shellAliases: change default behavior
| * | | | | | | | | | | | | | nixos/shells: enable to nullify already defined aliasesMitsuhiro Nakamura2018-10-14
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nixos/shells: programs.*sh.shellAliases override environment.shellAliasesMitsuhiro Nakamura2018-10-14
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nixos/shells: do not override user-defined shell aliasesMitsuhiro Nakamura2018-10-14
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #47691 from florianjacob/matomo-choose-packageYegor Timoshenko2018-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/matomo: introduce services.matomo.package option
| * | | | | | | | | | | | | | nixos/matomo: introduce services.matomo.package optionFlorian Jacob2018-10-13
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #47696 from Ma27/dont-run-thefuck-on-bashYegor Timoshenko2018-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/thefuck: don't run thefuck on `environment.shellInit'
| * | | | | | | | | | | | | | | nixos/thefuck: don't run thefuck on `environment.shellInit'Maximilian Bosch2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The init script slightly differs depending on which shell is in use. So for bash it should be in the interactiveShellInit as well. In this case we don't need a mkIf as `bash` is enabled by default on NixOS.
* | | | | | | | | | | | | | | | Merge pull request #48307 from delroth/prom-torAlexey Shmalko2018-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | prometheus-tor-exporter: init at 0.3
| * | | | | | | | | | | | | | | prometheus-tor-exporter: init at 0.3Pierre Bourdon2018-10-13
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: https://github.com/atx/prometheus-tor_exporter
* | | | | | | | | | | | | | | Merge pull request #48292 from jslight90/gitlabJörg Thalheim2018-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | nixos/gitlab: add custom hooks directory for gitlab-shell
| * | | | | | | | | | | | | | add custom hooks directory to gitlab-shellJeff Slight2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add custom_hooks_dir to gitlab-shell yml config file.
* | | | | | | | | | | | | | | nixos/qemu-guest-agent: pkgs.{kvm -> qemu} (#48293)volth2018-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there is no top-level pkgs.kvm
* | | | | | | | | | | | | | | Merge pull request #48248 from volth/environment.extraSetupJörg Thalheim2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use buildPackages in environment.extraSetup
| * | | | | | | | | | | | | | | use buildPackages in environment.extraSetupvolth2018-10-12
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #48272 from avnik/fix/rmilterJörg Thalheim2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | nixos/rmilter: don't enable by default, if rspamd enabled
| * | | | | | | | | | | | | | nixos/rmilter: don't enable by default, if rspamd enabledAlexander V. Nikolaev2018-10-12
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #42562 from ambrop72/gdk-pixbuf-fixJan Tojnar2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a NixOS module for generating the gdk-pixbuf loaders cache.