about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | | Revert "ssh: deprecate use of old DSA keys"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 65b73d71cbe5df15ce62024123eedea284d825db.
* | | | | Revert "dnsmasq nixos: make sure it always runs"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 1917e69b546bc357652a3fd888c064e2a1c9fed8.
* | | | | Revert "smartd: set drive timeout"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 41306ca50580d66591058211676c463fcb30a2fd.
* | | | | Revert "hyperv-daemons: add nixos module"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 0944d44f1b040856e420aad815a0d1b62194a2cb.
* | | | | Revert "networking: add option to toggle the wait-online service"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 8758f476b36e1d98ad2c854889c642ad6d86c505.
* | | | | Revert "networkd: only wait for network to be online if configured to do so"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 8f21e089a8de9eaa2512af25191d17077eca223a.
* | | | | Revert "display-manager: systemd-udev-settle serves no purpose"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 35711638587a5079b1fcb6354a71d9b8203cd6e1.
* | | | | Revert "sshguard: make it run"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 69d8b81b4ba613dbf59850b8f32e2d7ddeb133be.
* | | | | Revert "sensu: nixos module"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 707c3ac43589c1b13c16aa834f67b8fb49b8557d.
* | | | | Revert "nixos: kodi user"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 1faa5b6b360ae4d6aac3718dc7b9b3a81be6073e.
* | | | | Revert "firewalld: init at 0.4.4.4"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 178a96f99be69a173669254295d5a06732e7a906.
* | | | | Revert "networkmanager: dns and extraConfig"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 0dd25e585fd89d352f834a25a7c9e1f478d66c5c.
* | | | | Revert "include firmware with enableAllFirmware"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit bd5fd61967221ed6ba2674ee009126467a596b84.
* | | | | Revert "sddm: silence error about missing wayland directory"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 46a92333e9a898ecbf1a66d0b3438957a8c42b5b.
* | | | | sddm: silence error about missing wayland directoryPeter Hoeg2017-10-14
| | | | |
* | | | | include firmware with enableAllFirmwarePeter Hoeg2017-10-14
| | | | |
* | | | | networkmanager: dns and extraConfigPeter Hoeg2017-10-14
| | | | |
* | | | | firewalld: init at 0.4.4.4Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | Includes systemd module.
* | | | | nixos: kodi userPeter Hoeg2017-10-14
| | | | |
* | | | | sensu: nixos modulePeter Hoeg2017-10-14
| | | | |
* | | | | sshguard: make it runPeter Hoeg2017-10-14
| | | | |
* | | | | display-manager: systemd-udev-settle serves no purposePeter Hoeg2017-10-14
| | | | |
* | | | | networkd: only wait for network to be online if configured to do soPeter Hoeg2017-10-14
| | | | |
* | | | | networking: add option to toggle the wait-online servicePeter Hoeg2017-10-14
| | | | |
* | | | | hyperv-daemons: add nixos modulePeter Hoeg2017-10-14
| | | | |
* | | | | smartd: set drive timeoutPeter Hoeg2017-10-14
| | | | |
* | | | | dnsmasq nixos: make sure it always runsPeter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | By default we only restart if the dnsmasq daemon fails but we introduce an option to always keep it running.
* | | | | ssh: deprecate use of old DSA keysPeter Hoeg2017-10-14
| |_|_|/ |/| | | | | | | | | | | They are not safe and shouldn't be used.
* | | | Merge pull request #30324 from florianjacob/firewall-clarify-loggingJörg Thalheim2017-10-13
|\ \ \ \ | | | | | | | | | | nixos/firewall: Rename misleading rejected to refused in logging
| * | | | nixos/firewall: Rename misleading rejected to refused in loggingFlorian Jacob2017-10-11
| |/ / / | | | | | | | | | | | | | | | | as that's used as general term for rejected or dropped packets in the rest of the config.
* | | / Revert "Simple proof of concept for how to do other types of services"Dan Peebles2017-10-13
| |_|/ |/| | | | | | | | | | | | | | | | | | | | This reverts commit 7c3253e519a572f90a907fc56bb6407da004b24c. I included this in another push by accident and never intended for it to be in mainline. See https://github.com/NixOS/nixpkgs/pull/26075 if you want more.
* | | Merge pull request #30356 from bflyblue/plex-1.9.5Franz Pletz2017-10-13
|\ \ \ | | | | | | | | plex: 1.9.2 -> 1.9.5
| * | | Fix warning about unknown escape sequencesShaun Sharples2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemd warns about: Ignoring unknown escape sequences: "/nix/store/8f0l1w9g7iv2gz63xzsxfl66ri1cfbkl-plex-1.9.5.4339/usr/lib/plexmediaserver/Plex\ Media\ Server From a discussion on the forums it seems the 'sh -c' is not needed: https://forums.plex.tv/discussion/216757/ubuntu-16-04-executable-path-contains-special-characters-error-with-systemd
* | | | Merge pull request #30364 from Ma27/compton/opacity-rules-supportFranz Pletz2017-10-13
|\ \ \ \ | | | | | | | | | | services.compton: add `opacityRules` option
| * | | | services.compton: add `opacityRules` optionMaximilian Bosch2017-10-12
| |/ / /
* | | | connman: do not restart after suspendYegor Timoshenko2017-10-13
| | | |
* | | | djbdns: fix root server list at build timeMatt McHenry2017-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | as suggested by @peterhoeg in https://github.com/NixOS/nixpkgs/commit/1b7e5eaa79241080eac2a0b79883a17c9e5f4731#commitcomment-24560631 fixes #30379
* | | | Revert "desktop-managers: do not leak feh to PATH"Profpatsch2017-10-13
| | | |
* | | | Merge pull request #30286 from yegortimoshenko/patch-2Peter Hoeg2017-10-13
|\ \ \ \ | | | | | | | | | | desktop-managers: do not leak feh to PATH
| * | | | desktop-managers: do not leak feh to PATHYegor Timoshenko2017-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | feh is used to set background image for desktop managers that do not support it directly, however there is no need to include it in PATH. Fixes #17450.
* | | | | nixos user: reserve kodiPeter Hoeg2017-10-13
| | | | |
* | | | | Merge pull request #30172 from mayflower/cleanup/firmware-modulesFranz Pletz2017-10-12
|\ \ \ \ \ | |_|/ / / |/| | | | nixos: clean up wifi firmware & default kernel modules
| * | | | nixos: clean up kernel modulesFranz Pletz2017-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the keyboard modules in all-hardware.nix are already defaults of boot.initrd.availableKernelModules * ide modules, hid_lenovo_tpkbd and scsi_wait_scan have been removed because they're not available anymore * i8042 was a duplicate (see few lines abowe)
| * | | | nixos/modules: clean up wireless firmware optionsFranz Pletz2017-10-07
| | |_|/ | |/| | | | | | | | | | | | | | | | | | All available options were just enabling hardware.enableRedistributableFirmware. There were nix files without modules which weren't referenced anywhere.
* | | | mate-power-manager: init at 1.18.0Patrick Chilton2017-10-12
| | | |
* | | | pykms: nixos modulePeter Hoeg2017-10-12
| | | |
* | | | nixos/docker-containers: Fix submodule usageaszlig2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The submodule of the "docker-containers" option isn't recognized as a proper submodule and thus neither properly type-checks nor are its options included in the manual. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | Merge branch 'phonon-backend-qt5'Thomas Tuegel2017-10-11
|\ \ \ \
| * | | | nixos/plasma5: install phonon backends for each current Qt versionThomas Tuegel2017-10-11
| |/ / / | | | | | | | | | | | | Fixes #27050, where the phonon backend was not found.
* | | / nixos: Fix output path generation of runInMachineaszlig2017-10-11
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by a02bb00156086b45e68c1112008db506734f8649. The fix is done by disabling writableStore, because the latter will set up an overlayfs on the Nix store within the VM, which in turn will discard all the outputs of the resulting output path. However in runInMachine we actually *want* the contents of the generated path and also don't want a writable store within the VM (except of course for $out, which is writable anyway). I've added a small regression test to verifify the output in nixos/tests/run-in-machine.nix to make sure this won't break again in the future. Signed-off-by: aszlig <aszlig@redmoonstudios.org>