summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* slim: Fix session handlingEelco Dolstra2013-10-15
|
* Add support for slimlock, slim's simple screen lockerEelco Dolstra2013-10-15
|
* slim: Work around broken PAM session handlingEelco Dolstra2013-10-15
| | | | | | | | | | | Previously logging in via SLiM more than once didn't work because SLiM doesn't clean up its PAM session properly (that is, in a child rather than in the parent). Thus the slim process becomes part of the user session's cgroup, among other things. This patch causes SLiM to exit after the session has finished, after which systemd will restart display-manager.service. Fixes NixOS/nixops#137.
* Fix efi installer testShea Levy2013-10-14
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* add prey: Proven tracking software that helps you find, lock and recover ↵Domen Kožar2013-10-14
| | | | your devices when stolen or missing
* Test nixos-optionEelco Dolstra2013-10-13
|
* Fix the misc testEelco Dolstra2013-10-13
| | | | http://hydra.nixos.org/build/6480163
* Update the installer tests for nixos-generate-configEelco Dolstra2013-10-13
|
* Load the xfs kernel module on demandEelco Dolstra2013-10-13
|
* Document nixos-installEelco Dolstra2013-10-13
|
* Document nixos-generate-configEelco Dolstra2013-10-13
|
* nixos-generate-config: Add --root optionEelco Dolstra2013-10-13
| | | | | | | | | | | | | | If this option is given, nixos-generate-config will write the configuration to /etc/nixos under the given root, and only emit fileSystems attributes for filesystems under the given root directory. The typically use case is at installation time, where you can say: $ nixos-generate-config --root /mnt which will create /mnt/etc/nixos/{configuration.nix,hardware-configuration.nix}. Also add a --force flag to force overwriting configuration.nix.
* nixos-generate-config: Emit boot.initrd.availableKernelModules instead of ↵Eelco Dolstra2013-10-13
| | | | kerneLmodules
* nixos-generate-config: Skip FUSE filesystemsEelco Dolstra2013-10-13
| | | | I don't know how to recover that a FUSE filesystem is (say) ntfs-3g.
* nixos-generate-config: Emit fileSystems automaticallyEelco Dolstra2013-10-13
|
* nixos-generate-config: Generate swapDevicesEelco Dolstra2013-10-13
|
* Use read_file from File::SlurpEelco Dolstra2013-10-13
|
* Merge "nixos-option --install" into nixos-generate-configEelco Dolstra2013-10-13
| | | | | | | | | Having configuration.nix generation hidden underneath nixos-option never made sense, also given that there was another command to generate part of the configuration (nixos-hardware-scan). Now nixos-generate-config produces both configuration.nix and hardware-configuration.nix. The latter is overwritten while the former is not.
* TypoEelco Dolstra2013-10-13
|
* nixos-generate-config: Write to /etc/nixos/hardware.nix rather than stdoutEelco Dolstra2013-10-13
|
* Rename nixos-hardware-scan to nixos-generate-configEelco Dolstra2013-10-13
|
* Remove unused fileEelco Dolstra2013-10-13
|
* Refactor variable namesEelco Dolstra2013-10-13
|
* Drop <services> from $NIX_PATHEelco Dolstra2013-10-13
|
* Map --help flag to "man <command>" for more NixOS commandsEelco Dolstra2013-10-13
|
* nixos-rebuild: Document --profile-nameEelco Dolstra2013-10-13
|
* nixos-rebuild: Let --help invoke "man nixos-rebuild"Eelco Dolstra2013-10-13
|
* Set .version-suffix properly when building from GitEelco Dolstra2013-10-13
|
* Merge pull request #1063 from offlinehacker/nixos/graphite/listen_defaults_fixDomen Kožar2013-10-12
|\ | | | | nixos: graphite, listen on localhost by default
| * nixos/graphite: listen on localhost by defaultJaka Hudoklin2013-10-12
| |
* | Merge pull request #1067 from offlinehacker/nixos/statsd/mgmt_ip_portDomen Kožar2013-10-12
|\ \ | | | | | | nixos/statsd: Add support to specify managment ip/port
| * | nixos/statsd: Add support to specify managment ip/portJaka Hudoklin2013-10-12
| |/
* | Merge pull request #1068 from offlinehacker/nixos/elasticsearch/logfixDomen Kožar2013-10-12
|\ \ | | | | | | nixos/elasticsearch: change loglevel from DEBUG to INFO
| * | nixos/elasticsearch: change loglevel from DEBUG to INFOJaka Hudoklin2013-10-12
| |/
* | Terrible backward compatibility hackEelco Dolstra2013-10-11
| |
* | bash: place interactiveShellInit at the end to be able to override existing ↵Domen Kožar2013-10-11
|/ | | | settings
* Remove old efi boot stub bootloaderShea Levy2013-10-10
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Tweak the version stringEelco Dolstra2013-10-10
| | | | | | | It's now "<yy>.<mm>pre<commit-count>.<short-hash>" (e.g. "13.10pre5678.gfedcba") for the unstable branch, and "<yy>.<mm>.<commit-count>.<short-hash>" (e.g. "13.10.5678.gfedcba") for stable branches.
* Fix setting of .version-suffixEelco Dolstra2013-10-10
|
* Merge .gitignore filesEelco Dolstra2013-10-10
|
* nixos-checkout: Only fetch the Nixpkgs repoEelco Dolstra2013-10-10
|
* Update the release expressions and the channel generatorsEelco Dolstra2013-10-10
|
* Unify the Nixpkgs and NixOS version numbersEelco Dolstra2013-10-10
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10