Rob Vermaas
71a21704dc
Fix typoe in graphite module (cabon -> carbon).
2013-08-19 10:21:31 +02:00
Domen Kožar
6004b28af8
merge
2013-08-19 09:06:31 +02:00
Jaka Hudoklin
4628fd8434
graphite: Refactor options, serve with waitress
2013-08-19 04:22:46 +02:00
Bjørn Forsman
d17d1636b1
Revert "Add /etc/ssl/certs/ca-certificates.crt symlink for Ubuntu compatibility"
...
This reverts commit 10133f0b5b
.
See discussion at https://github.com/NixOS/nixos/pull/224
2013-08-18 17:46:07 +02:00
Bjørn Forsman
10133f0b5b
Add /etc/ssl/certs/ca-certificates.crt symlink for Ubuntu compatibility
...
NixOS and Fedora uses .../ca-bundle.crt. Ubuntu uses
.../ca-certificates.crt. Add .../ca-certificates.crt symlink to be
compatible with Ubuntu.
Example use case: Bob has a ~/.msmtprc file that he brings over from
Ubuntu. It also works on NixOS.
2013-08-17 13:13:02 +02:00
Bjørn Forsman
7e7a153cd6
libvirtd-service: document that users in "libvirtd" group have access
2013-08-16 21:25:00 +02:00
Rickard Nilsson
d1095e1bd4
Add libvirtd gid
2013-08-16 00:47:21 +02:00
Rickard Nilsson
e36e979d38
networkmanager: Add option for overriding DNS settings
...
If the option is enabled, the DNS servers from networking.nameservers
will be inserted in /etc/resolv.con and override any DNS servers that
NetworkManager receieves by DHCP, or that is configured manually
in the connection settings.
2013-08-16 00:35:57 +02:00
Bjørn Forsman
f7d11af98a
libvirtd-service: give access to users in the "libvirtd" group
...
Currently only root has access. But with this patch all users in
"libvirtd" group will have access. This is similar to how it's done on
Ubuntu.
Also, add virtualisation.libvirtd.extraConfig option for further
customization of libvirtd.conf.
2013-08-15 21:50:16 +02:00
Eelco Dolstra
2dca8421f9
xfce: Add tango-icon-theme
...
The Rodent icon theme depends on ("inherits") Tango.
2013-08-15 18:02:55 +02:00
Eelco Dolstra
e6fa5cd8f2
Fix mousepad
2013-08-15 16:37:53 +02:00
Eelco Dolstra
35e2bac069
Remove $mountPoint
...
I just don't see the reason for setting this globally, given that /mnt
is the default.
2013-08-15 13:22:41 +02:00
Eelco Dolstra
b22e735d2b
"with pkgs.lib.types; X" -> types.X
2013-08-15 13:21:49 +02:00
Marc Weber
2fcd1195e6
bash: change shell script option types from string to lines
...
installation-cd-base: export mountPoint=/mnt. This doesn't change the default behavior, but an explicit
mount point specification is cleaner.
2013-08-15 09:28:44 +03:00
Marc Weber
d97ea69a81
systemd: check service.name.Type and service.name.Restart
2013-08-15 09:19:51 +03:00
aszlig
93923296a9
i3: Allow to pass a configuration file.
...
With this it's now possible to directly embed a configuration file
using `services.xserver.windowManager.i3.configFile = path`, which then
will be used instead of the one in the users home directory.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 17:33:06 +02:00
Eelco Dolstra
047b65dd68
Typo
2013-08-14 03:34:40 +02:00
Eelco Dolstra
5060160634
not-detected.nix: Enable all firmware
...
Note that since the configuration produced by nixos-hardware-scan
includes not-detected.nix, you get all firmware when following the
regular installation procedure.
Issue #87 .
2013-08-14 03:32:28 +02:00
Eelco Dolstra
8db22f747d
Enable the Debian firmware package on the installation CD
...
It's unfree but we already had such firmware on the CD so we're not
worse off.
Issue #87 .
2013-08-14 03:29:16 +02:00
Eelco Dolstra
4bc73f3ece
Use the Debian firmware package in more places
2013-08-14 03:27:02 +02:00
Eelco Dolstra
14315b81b1
Add /media and /run to the filesystems ignored by updatedb
2013-08-14 03:07:36 +02:00
Eelco Dolstra
ce866184c6
Update the locate database using a systemd service
...
This makes it easier to update the database manually ("systemctl start
update-locatedb").
Also, use modern module syntax.
2013-08-14 02:58:55 +02:00
Eelco Dolstra
fc2fc63f4c
Use the Debian firmware package instead of the Intel-specific ones
...
The intel-*.nix modules are obsolete (since you can just say
‘hardware.enableAllFirmware = true’, or equivalently,
‘hardware.firmware = [ pkgs.firmwareLinuxNonfree ]’). But we'll keep
them around for compatibility.
2013-08-14 02:31:43 +02:00
Evgeny Egorochkin
6246d75654
Unbreak iso_efi by feeding it a kernel that exists.
2013-08-12 21:42:45 +03:00
Jaka Hudoklin
b244a47185
Add graphite, scalable realtime graphing service
2013-08-11 12:16:19 +02:00
Evgeny Egorochkin
51c84aadaa
Merge pull request #213 from ivan/extraUsers-root
...
Document that extraUsers options apply to root
2013-08-10 22:14:10 -07:00
Evgeny Egorochkin
f29068342a
Merge pull request #212 from ivan/nix-conf-header
...
Describe where /etc/nix/nix.conf settings come from
2013-08-10 22:02:32 -07:00
Evgeny Egorochkin
15d3de2f7b
Merge pull request #215 from ivan/nixos-rebuild-vvvvv
...
nixos-rebuild: support -vv, -vvv, -vvvv, and -vvvvv
2013-08-10 19:42:39 -07:00
Evgeny Egorochkin
c5d8db945e
Merge pull request #214 from ivan/typo-fix-1
...
Fix typos, especially those that end up in the NixOS manual
2013-08-10 19:34:38 -07:00
Ivan Kozik
425b0f0507
nixos-rebuild: support -vv, -vvv, -vvvv, and -vvvvv
2013-08-10 21:51:44 +00:00
Ivan Kozik
390fdb3e60
Fix typos, especially those that end up in the NixOS manual
2013-08-10 21:07:13 +00:00
Eelco Dolstra
5a676e463e
Don't load nouveau and nvidiafb when using the proprietary nvidia driver
2013-08-09 18:45:45 +02:00
Ivan Kozik
2fc123f148
Document that extraUsers options apply to root
2013-08-09 01:28:21 +00:00
Ivan Kozik
d6303b6068
Describe where /etc/nix/nix.conf settings come from
2013-08-09 00:51:45 +00:00
Evgeny Egorochkin
3b3dc83902
Speed up application start
2013-08-08 04:44:53 +03:00
Eelco Dolstra
4a83c97d3d
Stage 1: Use modprobe from kmod instead of module-init-tools
...
The latter is obsolete.
http://hydra.nixos.org/build/5663799
2013-08-07 18:30:30 +02:00
Eelco Dolstra
168d48a5c9
nix-daemon: Run under the default nice level
...
Running at a low priority is generally bad since it runs the risk of
priority inversions, etc. It's really the builders that should run
under a different priority (e.g. in their own cgroup).
2013-08-07 14:10:49 +02:00
Eelco Dolstra
5827261bef
compiz: Disable
...
It doesn't currently work.
2013-08-07 14:10:49 +02:00
Evgeny Egorochkin
e155187a8e
Merge pull request #154 from MarcWeber/submit/x11-wacom-intuos5-fix
...
fix wacom hotplug and all Intuos 5 issues
2013-08-06 10:55:48 -07:00
Evgeny Egorochkin
35ac2ad9ca
nixos-checkout: let it run without args again.
2013-08-06 19:04:21 +03:00
Evgeny Egorochkin
0bcabfa886
nixos-checkout: fix output if ran with no options, -h and --help. Other options will still trigger
...
mkdir output :(
2013-08-06 18:56:10 +03:00
Evgeny Egorochkin
aa150f5aea
KDE: fix config build when grub is used to generate boot menu, but isn't used as a loader.
2013-08-06 16:13:20 +03:00
Eelco Dolstra
c7ed6322f6
Increase memory for the VirtualBox image generator
2013-08-05 14:52:37 +02:00
Jaka Hudoklin
d0cb70cefb
Add iodined, ip over dns daemon
2013-08-05 01:20:55 +02:00
Cillian de Róiste
41e04c9aff
Merge branch 'supybot'
...
Conflicts:
modules/misc/ids.nix
2013-08-04 03:59:18 +02:00
Cillian de Róiste
5b25c5a181
supybot.service: tidy up
2013-08-04 03:56:01 +02:00
Cillian de Róiste
6e093113fe
Supybot service: failing to create stateDir in /var/lib
2013-08-04 00:18:44 +02:00
Vladimír Čunát
ce54650b51
lightdm: remove unused reference to mesa drivers
...
I don't need them and llvm at all, for example.
2013-08-02 14:24:42 +02:00
aszlig
6ae87b81cc
qemu-vm: Add new option writableStoreUseTmpfs.
...
This is to use the VMs own disk image instead of a tmpfs in order to
avoid eating more memory. Of course, by default we still use the tmpfs
in order to not break existing VM tests.
I personally don't like the coding style of the option definition, but
in order to stay consistent, I followed the overall style in this file.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-01 02:10:13 +02:00
Cillian de Róiste
90554a03c7
Supybot/limnoria: add service module
2013-08-01 00:36:15 +02:00