summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-10 13:28:20 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-10 13:28:20 +0200
commit5c1f8cbc70cd5e6867ef6a2a06d27a40daa07010 (patch)
treea6c0f605be6de3f372ae69905b331f9f75452da7 /nixos
parent6070bc016bd2fd945b04347e25cfd3738622d2ac (diff)
Move all of NixOS to nixos/ in preparation of the repository merge
Diffstat (limited to 'nixos')
-rw-r--r--nixos/.gitignore2
-rw-r--r--nixos/.version1
-rw-r--r--nixos/COPYING18
-rw-r--r--nixos/README5
-rw-r--r--nixos/default.nix44
-rw-r--r--nixos/doc/config-examples/basic.nix21
-rw-r--r--nixos/doc/config-examples/closed-install-configuration.nix32
-rw-r--r--nixos/doc/config-examples/root-on-lvm.nix27
-rw-r--r--nixos/doc/config-examples/svn-server.nix36
-rw-r--r--nixos/doc/config-examples/x86_64-usbstick.nix20
-rw-r--r--nixos/doc/manual/configuration.xml810
-rw-r--r--nixos/doc/manual/default.nix98
-rw-r--r--nixos/doc/manual/development.xml599
-rw-r--r--nixos/doc/manual/installation.xml340
-rw-r--r--nixos/doc/manual/man-configuration.xml38
-rw-r--r--nixos/doc/manual/man-nixos-build-vms.xml110
-rw-r--r--nixos/doc/manual/man-nixos-option.xml170
-rw-r--r--nixos/doc/manual/man-nixos-rebuild.xml300
-rw-r--r--nixos/doc/manual/man-pages.xml31
-rw-r--r--nixos/doc/manual/manual.xml62
-rw-r--r--nixos/doc/manual/options-to-docbook.xsl187
-rw-r--r--nixos/doc/manual/running.xml369
-rw-r--r--nixos/doc/manual/style.css268
-rw-r--r--nixos/doc/manual/troubleshooting.xml198
-rw-r--r--nixos/doc/manual/userconfiguration.xml80
-rw-r--r--nixos/gui/README16
-rw-r--r--nixos/gui/application.ini36
-rw-r--r--nixos/gui/chrome.manifest1
-rw-r--r--nixos/gui/chrome/chrome.manifest1
-rw-r--r--nixos/gui/chrome/content/io.js137
-rw-r--r--nixos/gui/chrome/content/main.js70
-rw-r--r--nixos/gui/chrome/content/myviewer.xul63
-rw-r--r--nixos/gui/chrome/content/nixos.js255
-rw-r--r--nixos/gui/chrome/content/optionView.js242
-rw-r--r--nixos/gui/components/clh.js154
-rw-r--r--nixos/gui/defaults/preferences/myviewer-prefs.js11
-rw-r--r--nixos/lib/build-vms.nix87
-rw-r--r--nixos/lib/channel-expr.nix6
-rw-r--r--nixos/lib/eval-config.nix73
-rw-r--r--nixos/lib/from-env.nix4
-rw-r--r--nixos/lib/make-iso9660-image.nix60
-rw-r--r--nixos/lib/make-iso9660-image.sh91
-rw-r--r--nixos/lib/make-squashfs.nix30
-rw-r--r--nixos/lib/make-system-tarball.nix38
-rw-r--r--nixos/lib/make-system-tarball.sh58
-rw-r--r--nixos/lib/qemu-flags.nix10
-rw-r--r--nixos/lib/test-driver/Logger.pm70
-rw-r--r--nixos/lib/test-driver/Machine.pm568
-rw-r--r--nixos/lib/test-driver/log2html.xsl135
-rw-r--r--nixos/lib/test-driver/logfile.css129
-rw-r--r--nixos/lib/test-driver/test-driver.pl178
-rw-r--r--nixos/lib/test-driver/treebits.js30
-rw-r--r--nixos/lib/testing.nix244
-rw-r--r--nixos/lib/utils.nix10
-rw-r--r--nixos/maintainers/option-usages.nix99
-rwxr-xr-xnixos/maintainers/scripts/ec2/create-ebs-amis.py220
-rwxr-xr-xnixos/maintainers/scripts/ec2/create-s3-amis.sh49
-rw-r--r--nixos/maintainers/scripts/ec2/ebs-creator.nix13
-rw-r--r--nixos/modules/config/fonts/corefonts.nix32
-rw-r--r--nixos/modules/config/fonts/fontconfig.nix58
-rw-r--r--nixos/modules/config/fonts/fontdir.nix75
-rw-r--r--nixos/modules/config/fonts/fonts.nix49
-rw-r--r--nixos/modules/config/fonts/ghostscript.nix32
-rw-r--r--nixos/modules/config/gnu.nix45
-rw-r--r--nixos/modules/config/i18n.nix84
-rw-r--r--nixos/modules/config/krb5.nix204
-rw-r--r--nixos/modules/config/ldap.nix246
-rw-r--r--nixos/modules/config/networking.nix88
-rw-r--r--nixos/modules/config/no-x-libs.nix23
-rw-r--r--nixos/modules/config/nsswitch.nix63
-rw-r--r--nixos/modules/config/power-management.nix108
-rw-r--r--nixos/modules/config/pulseaudio.nix148
-rw-r--r--nixos/modules/config/shells-environment.nix179
-rw-r--r--nixos/modules/config/swap.nix124
-rw-r--r--nixos/modules/config/sysctl.nix69
-rw-r--r--nixos/modules/config/system-path.nix142
-rw-r--r--nixos/modules/config/timezone.nix36
-rw-r--r--nixos/modules/config/unix-odbc-drivers.nix34
-rw-r--r--nixos/modules/config/users-groups.nix315
-rw-r--r--nixos/modules/hardware/all-firmware.nix26
-rw-r--r--nixos/modules/hardware/cpu/amd-microcode.nix29
-rw-r--r--nixos/modules/hardware/cpu/intel-microcode.nix29
-rw-r--r--nixos/modules/hardware/network/b43.nix32
-rw-r--r--nixos/modules/hardware/network/broadcom-43xx.nix3
-rw-r--r--nixos/modules/hardware/network/intel-2030.nix3
-rw-r--r--nixos/modules/hardware/network/intel-2100bg.nix30
-rw-r--r--nixos/modules/hardware/network/intel-2200bg.nix30
-rw-r--r--nixos/modules/hardware/network/intel-3945abg.nix29
-rw-r--r--nixos/modules/hardware/network/intel-4965agn.nix3
-rw-r--r--nixos/modules/hardware/network/intel-5000.nix3
-rw-r--r--nixos/modules/hardware/network/intel-5150.nix3
-rw-r--r--nixos/modules/hardware/network/intel-6000.nix3
-rw-r--r--nixos/modules/hardware/network/intel-6000g2a.nix3
-rw-r--r--nixos/modules/hardware/network/intel-6000g2b.nix3
-rw-r--r--nixos/modules/hardware/network/ralink.nix26
-rw-r--r--nixos/modules/hardware/network/rtl8192c.nix26
-rw-r--r--nixos/modules/hardware/network/smc-2632w/default.nix9
-rw-r--r--nixos/modules/hardware/network/smc-2632w/firmware/cis/SMC2632W-v1.02.cis8
-rw-r--r--nixos/modules/hardware/network/zydas-zd1211.nix5
-rw-r--r--nixos/modules/hardware/pcmcia.nix59
-rw-r--r--nixos/modules/hardware/video/encoder/wis-go7007.nix15
-rw-r--r--nixos/modules/hardware/video/radeon.nix3
-rw-r--r--nixos/modules/installer/cd-dvd/channel.nix43
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-base.nix37
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-efi.nix14
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-graphical.nix30
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix8
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-minimal.nix11
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-new-kernel.nix8
-rw-r--r--nixos/modules/installer/cd-dvd/iso-image.nix315
-rw-r--r--nixos/modules/installer/cd-dvd/live-dvd.nix78
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix164
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-pc-readme.txt89
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-pc.nix164
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix176
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball.nix92
-rw-r--r--nixos/modules/installer/scan/detected.nix13
-rw-r--r--nixos/modules/installer/scan/not-detected.nix9
-rw-r--r--nixos/modules/installer/tools/get-version-suffix29
-rw-r--r--nixos/modules/installer/tools/nixos-build-vms/build-vms.nix9
-rw-r--r--nixos/modules/installer/tools/nixos-build-vms/nixos-build-vms.sh62
-rw-r--r--nixos/modules/installer/tools/nixos-checkout.nix55
-rw-r--r--nixos/modules/installer/tools/nixos-gen-seccure-keys.sh13
-rw-r--r--nixos/modules/installer/tools/nixos-hardware-scan.pl248
-rw-r--r--nixos/modules/installer/tools/nixos-install.sh238
-rw-r--r--nixos/modules/installer/tools/nixos-option.sh395
-rw-r--r--nixos/modules/installer/tools/nixos-rebuild.sh222
-rw-r--r--nixos/modules/installer/tools/nixos-version.sh2
-rw-r--r--nixos/modules/installer/tools/tools.nix112
-rw-r--r--nixos/modules/installer/virtualbox-demo.nix19
-rw-r--r--nixos/modules/misc/assertions.nix