summary refs log tree commit diff
path: root/nixos/modules/profiles/base.nix
Commit message (Collapse)AuthorAge
* profiles/base: add mtoolsArtturin2021-11-17
|
* nixos/systemPackages: clean up (#91213)davidak2020-08-20
| | | | | | | | | | | | | | * nixos/systemPackages: clean up * Update nixos/doc/manual/release-notes/rl-2009.xml Co-authored-by: Jan Tojnar <jtojnar@gmail.com> * Update nixos/doc/manual/release-notes/rl-2009.xml Co-authored-by: 8573 <8573@users.noreply.github.com> Co-authored-by: Jan Tojnar <jtojnar@gmail.com> Co-authored-by: 8573 <8573@users.noreply.github.com>
* Revert "zfs cannot be distributed. Disabling it in the isos."Graham Christensen2018-11-26
| | | | | | | | | | | | | ZFS's popularity is growing, and not including it by default is a bit frustrating. On top of that, the base iso includes ZFS _anyway_ due to other packages depending upon it. I think we're in the clear to do this on the basis that Oracle probably doesn't care, it is probably fine (the SFLC agrees) and we're a small fish. If a copyright holder asks us to, we can definitely revert it again. This reverts commit 33d07c7ea9f0d05d47dd4b41ded3b261380acfac.
* nixos/installation-device: Move systemPackages additions to profiles/baseTuomas Tynkkynen2018-10-27
| | | | Other package additions are there as well.
* nixos/installer: Drop extra copy of w3mTuomas Tynkkynen2018-10-27
| | | | | | | The nixos-manual service already uses w3m-nographics for a variant that drops unnecessary junk like various image libraries. iso_minimal closure (i.e. uncompressed) goes from 1884M -> 1837M.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/installer: Drop dmraidTuomas Tynkkynen2018-05-25
| | | | | This seems some obsolete software RAID configuration program that hasn't been updated since 2010.
* base profile: add mkpasswd to system packagesNikolay Amiantov2018-05-09
| | | | Allows the user to generate password hashes for the installed system easier.
* treewide: replace depecated alias s/mssys/ms-sys/gvolth2018-03-22
|
* fuse3: init at 3.1.1Michael Weiss2017-09-21
| | | | | | | | | | | | | | | | | | | | | | | This includes fuse-common (fusePackages.fuse_3.common) as recommended by upstream. But while fuse(2) and fuse3 would normally depend on fuse-common we can't do that in nixpkgs while fuse-common is just another output from the fuse3 multiple-output derivation (i.e. this would result in a circular dependency). To avoid building fuse3 twice I decided it would be best to copy the shared files (i.e. the ones provided by fuse(2) and fuse3) from fuse-common to fuse (version 2) and avoid collision warnings by defining priorities. Now it should be possible to install an arbitrary combination of "fuse", "fuse3", and "fuse-common" without getting any collision warnings. The end result should be the same and all changes should be backwards compatible (assuming that mount.fuse from fuse3 is backwards compatible as stated by upstream [0] - if not this might break some /etc/fstab definitions but that should be very unlikely). My tests with sshfs (version 2 and 3) didn't show any problems. See #28409 for some additional information. [0]: https://github.com/libfuse/libfuse/releases/tag/fuse-3.0.0
* zfs cannot be distributed. Disabling it in the isos.Lluís Batlle i Rossell2016-12-28
| | | | | | | | | | It seems that it is a GPL violation to distribute zfs in the installation ISOs. https://sfconservancy.org/blog/2016/feb/25/zfs-and-linux/ If anyone knows the issue better and has a reason to reenable it legally, feel free to reenable it. I don't know much about it.
* w3m-nox: use imlib2 without X11 supportFranz Pletz2016-11-23
| | | | | Also, the minimal live CD previously installed both the X11 and non-X11 versions (through services.nixosManual) of w3m.
* nixos/base: don't include dar & cabextract in ISOFranz Pletz2016-11-23
| | | | | Should free up lots of space due to dependency on gnupg, which dpeends on openldap which pull in gcc.
* treewide: sshfsFuse -> sshfs-fuseBjørn Forsman2016-09-18
|
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\ | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * Revert "Remove which -> type -P alias."Eelco Dolstra2016-03-25
| | | | | | | | | | | | | | | | This reverts commit e8e8164f348a0e8655e1d50a7a404bdc62055f4e. I misread the original commit as adding the "which" package, but it only adds it to base.nix. So then the original motivation (making it work in subshells) doesn't hold. Note that we already have some convenience aliases that don't work in subshells either (such as "ll").
* | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * Remove which -> type -P alias.Domen Kožar2016-03-03
| | | | | | | | | | Aliases are not the same as programs. They won't work in subshells. It's better to just use which as it's only 88K.
* | Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno2015-11-25
|\|
| * Change the preset networking.hostId to use `mkDefault` so it can be easily ↵Roger Qiu2015-11-22
| | | | | | | | changed by the user later
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * nixos: add xfs support to profiles/minimalJan Malakhovski2015-09-18
| |
| * Don't include 4 editors in the minimal installation CDEelco Dolstra2015-06-04
| | | | | | | | Emphasis on "minimal".
* | Merge staging into closure-sizeVladimír Čunát2015-05-05
|\|
| * nixos.system_tarball_pc: Fix evaluationRicardo M. Correia2015-04-28
| | | | | | | | | | | | It was broken due to 57b05765c968c1ad5245c59513d11d679ed7130d. ZFS requires `networking.hostId` to be set.
| * Remove pciutils and usbutils from the default system pathEelco Dolstra2015-04-20
| | | | | | | | Issue #7117.
| * Include cifs-utils only when neededEelco Dolstra2015-04-19
| | | | | | | | Issue #7117.
| * Don't include ntfs-3g by defaultEelco Dolstra2015-04-19
| | | | | | | | Issue #7117.
* | xfsprogs: fix outputs and referencesVladimír Čunát2015-04-21
|/
* nixos/base: Add efi management utilitiesWilliam A. Kennington III2015-01-07
|
* jfsrec: Remove derivationWilliam A. Kennington III2014-11-02
|
* Remove unrar from the installation CD since it's unfreeEelco Dolstra2014-09-05
|
* Remove Subversion from the installation CDEelco Dolstra2014-07-30
|
* nixos: f2fs filesystem module support (close #2085)Emery Hemingway2014-05-11
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10