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
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
Domen Kožar
37136e4adf
Merge pull request #201 from garbas/networkmanager
...
openconnect and vpnc NetworkManager plugins added
2013-07-31 12:06:15 -07:00
Eelco Dolstra
39f67d9d38
Hide kernel pointers for unprivileged users via kptr_restrict
2013-07-31 16:11:04 +02:00
Martin Bravenboer
7bd50185ff
Support Nix's mandatoryFeatures
...
Extend the buildMachines option to support specification of
supportedFeatures and mandatoryFeatures in order to support all
configuration options of the nix.machines file.
2013-07-31 15:49:35 +02:00
Eelco Dolstra
24a44c98d2
bash: Disable hashing of command lookups in interactive shells
...
This just confuses people when (say) using multiple profiles.
Performance benefits for interactive shells are likely to be very
small anyway.
2013-07-31 14:55:24 +02:00
Eelco Dolstra
57c35c94ca
Use the qemu-kvm wrapper
2013-07-31 14:53:27 +02:00
Rob Vermaas
7a32f2d15a
Fix node_modules references in uptime module.
2013-07-31 13:35:21 +02:00
Rob Vermaas
9cf0a41925
fail2ban: move /var/run/fail2ban creation to activation script to be able to restrict the write locations for the service properly, add configuration files to the restartTriggers.
2013-07-31 11:22:48 +02:00
Rickard Nilsson
3ca7d7b291
Add OpenSMTPD service option
2013-07-30 10:20:56 +02:00
Rob Vermaas
96be2d5a7d
Fix ReadWriteDirectories for fail2ban, added /var/tmp.
2013-07-28 18:33:57 +02:00