about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
...
* | | | | | Move amazon option out of amazon-image.nix, needed to make ec2.hvm usable ↵Rob Vermaas2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from nixops, without breaking evaluation for other backends. (cherry picked from commit 213fe8427c5ce455b893c0c5c56cc38175bf36b7)
* | | | | | /etc/ssl/certs/ca-bundle.crt -> ca-certificates.crtEelco Dolstra2015-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though there is no "official" standard location, it's better to stick to what most distros are using.
* | | | | | Provide symlinks to ca-bundle.crt for compat with other distrosEelco Dolstra2015-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no "standard" location for the certificate bundle, so many programs/libraries have various hard-coded default locations that don't exist on NixOS. To make these more likely to work, provide some symlinks.
* | | | | | Sawfish (git): New PackageAndersonTorres2015-02-15
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sawfish is a versatile, Lisp-based window manager In that commit I include all Sawfish stack: - librep, a lisp system; - rep-gtk, bindings for gtk - sawfish, the window manager
* | | | | Merge pull request #5665 from joachifm/dnscrypt-proxy-apparmor-updatesJames Cook2015-02-14
|\ \ \ \ \ | | | | | | | | | | | | dnscrypt-proxy service: update AppArmor profile
| * | | | | dnscrypt-proxy service: update AppArmor profileJoachim Fasting2015-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the AppArmor profile path clause and adds (currently ignored) network rules. The AppArmor profile used to be defined for the path sbin/dnscrypt-proxy, but the real path is bin/dnscrypt-proxy (due to sbin now being a symlink to bin), which permitted the service to run unconfined. Adding the network rules has no effect other than improving correctness, as the version of AppArmor in the NixOS kernel fails to enforce network rules.
* | | | | | grub: Don't remove zfs support if contained in the default binaryWilliam A. Kennington III2015-02-13
| | | | | |
* | | | | | iwlegacy: Remove since it is already in linux-firmware-nonfreeWilliam A. Kennington III2015-02-13
| | | | | |
* | | | | | stage-1-init: fix PID 1 shellHarald van Dijk2015-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PID 1 shell is executed as the last command in a sh invocation. Some shells implicitly use exec for that, but the current busybox ash does not, so the shell gets a wrong PID. Spell out the exec.
* | | | | | Merge pull request #6312 from k0ral/sslhlethalman2015-02-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | sslh: added libwrap support + improved nixos module.
| * | | | | | sslh: added libwrap support + improved nixos module.koral2015-02-12
| | | | | | |
* | | | | | | Add hid_lenovo to initrd kernel modulesDomen Kožar2015-02-13
| | | | | | |
* | | | | | | nixos/consul: add consul-alerts serviceJaka Hudoklin2015-02-12
| | | | | | |
* | | | | | | Merge pull request #6222 from offlinehacker/limesurveyJaka Hudoklin2015-02-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | add limesurvey package and nixos module
| * | | | | | | add limesurvey package and nixos moduleJaka Hudoklin2015-02-07
| | | | | | | |
* | | | | | | | nixos/zfs: Use the git version for kernels unsupported by 0.6.3William A. Kennington III2015-02-11
| | | | | | | |
* | | | | | | | Revert "Merge pull request #5626 from matthiasbeyer/add-fish_shell_module"Luca Bruno2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 157d199b33bee85aeeb256e84abf55523539eaa0, reversing changes made to 4c7adddcb7ae435cdecceeb627dca22ae581ca09.
* | | | | | | | Revert "Add fish to nixos module list"Luca Bruno2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d7f5d00f0a7a73e3f7a837b741bae25814490e3b.
* | | | | | | | Add fish to nixos module listLuca Bruno2015-02-11
| | | | | | | |
* | | | | | | | Merge pull request #5626 from matthiasbeyer/add-fish_shell_modulelethalman2015-02-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add basic nixos module for fish shell
| * | | | | | | | Put shell aliases in interactiveShellInitMatthias Beyer2015-01-08
| | | | | | | | |
| * | | | | | | | Add basic nixos module for fish shellMatthias Beyer2015-01-08
| | | | | | | | |
* | | | | | | | | gnome3: Set XCURSOR_PATH. Closes #6191Luca Bruno2015-02-11
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #6278 from bendlas/cdemulethalman2015-02-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add cdemu packages and module
| * | | | | | | | Move cdemu module into programsHerwig Hochleitner2015-02-10
| | | | | | | | |
| * | | | | | | | Whitespace cleanupHerwig Hochleitner2015-02-10
| | | | | | | | |
| * | | | | | | | Add cdemu packages and moduleHerwig Hochleitner2015-02-10
| | | | | | | | |
* | | | | | | | | Merge pull request #6072 from AndersonTorres/window-managerslethalman2015-02-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update NixOS module files to include WindowMaker
| * | | | | | | | | Update NixOS module files to include WindowMakerAndersonTorres2015-02-03
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to a hint on NixOS mailing list[1], I updated nixos/modules/services/x11/window-managers/default.nix to include windowmaker. 1 - https://github.com/NixOS/nixpkgs/pull/4066#issuecomment-72017611
* | | | | | | | | Merge pull request #6170 from k0ral/sslhlethalman2015-02-10
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | New sslh module
| * | | | | | | | New sslh module.koral2015-02-05
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #6229 from devhell/cantolethalman2015-02-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | canto-{curses,daemon}: Add packages
| * | | | | | | | canto-daemon: Fix typo and remove TimeoutStopSecdevhell2015-02-08
| | | | | | | | |
| * | | | | | | | canto-daemon: Add a systemd servicedevhell2015-02-08
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | This adds a systemd service for the canto-daemon.
* | | | | | | | Add PermissionsStartOnly to mpd service. Closes #6277Luca Bruno2015-02-10
| |_|/ / / / / |/| | | | | |
* | | | | | | nonfree-firmware: Use the new kernel.org repository for tracking nonfree ↵William A. Kennington III2015-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | firmware changes remove the obsolete iwlwifi firmware which is included in the repo.
* | | | | | | nixos/system: Add xhci_pci as it is needed to detect host buses in the ↵William A. Kennington III2015-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | initrd for usb keyboards on the xhci bus and storage devices on the iso
* | | | | | | stage-1-init: better warningsWout Mertens2015-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Suppress spurious LVM FD3 warning: See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432986 - Warn when device doesn't come online
* | | | | | | Fix grub on nodev installsShea Levy2015-02-08
| | | | | | |
* | | | | | | Merge pull request #6152 from abbradar/samba-cleanWilliam A. Kennington III2015-02-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/samba: cleanup and update defaults
| * | | | | | | nixos/samba: cleanup and update defaultsNikolay Amiantov2015-02-04
| | | | | | | |
* | | | | | | | Merge pull request #5994 from ts468/grubWilliam A. Kennington III2015-02-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add 'target' parameter for GRUB installation chain
| * | | | | | | | Add target parameter to grub installation chainThomas Strobel2015-01-27
| | | | | | | | |
* | | | | | | | | Remove gui (see #6207), use nixui insteadDomen Kožar2015-02-08
| | | | | | | | |
* | | | | | | | | nixos/iso: Increase efi image size to 15MWilliam A. Kennington III2015-02-07
| | | | | | | | |
* | | | | | | | | nixos/zfs: Fix references to zfs packages now that they are splitWilliam A. Kennington III2015-02-07
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #5622 from offlinehacker/panamaxJaka Hudoklin2015-02-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | panamax: new package and service
| * | | | | | | | panamax: simplify, refactor, add testJaka Hudoklin2015-02-07
| | | | | | | | |
| * | | | | | | | panamax: new package and serviceMatej Cotman2015-02-07
| | | | | | | | |
* | | | | | | | | Merge pull request #5486 from matejc/fixgatewaydJaka Hudoklin2015-02-07
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | systemd-journal-gatewayd: add systemd-journal group