Eelco Dolstra
80f0683a77
* Allow users to create crontabs by default.
...
svn path=/nixos/trunk/; revision=14861
2009-04-03 15:14:00 +00:00
Marc Weber
46d69d9170
added hint about cron.{allow,deny}
...
svn path=/nixos/trunk/; revision=14853
2009-04-03 12:05:15 +00:00
Sander van der Burg
525e4e961d
Added console kit upstart job
...
svn path=/nixos/trunk/; revision=14839
2009-04-02 15:02:13 +00:00
Eelco Dolstra
ccbcf58062
* nvidiaDrivers -> nvidia_x11.
...
svn path=/nixos/trunk/; revision=14788
2009-03-30 14:54:22 +00:00
Wouter den Breejen
40f38560d4
Allow samba to use PAM (needs cleartext passwords for now)
...
svn path=/nixos/trunk/; revision=14768
2009-03-29 21:43:40 +00:00
Wouter den Breejen
1220a6da39
vsftpd userlist options added
...
svn path=/nixos/trunk/; revision=14648
2009-03-22 15:32:09 +00:00
Eelco Dolstra
7b7a29b201
* makePortmap -> portmap.override.
...
svn path=/nixos/trunk/; revision=14632
2009-03-20 16:17:23 +00:00
Eelco Dolstra
5523326664
svn path=/nixos/trunk/; revision=14569
2009-03-17 11:01:12 +00:00
Eelco Dolstra
28567c4565
* ntpd: make the drift detection actually work when running in a chroot.
...
svn path=/nixos/trunk/; revision=14506
2009-03-11 15:01:13 +00:00
Lluís Batlle i Rossell
632d77806f
Fixing vsftpd without anonymous users, adding localUsers, and creating chroot path.
...
svn path=/nixos/trunk/; revision=14286
2009-02-28 20:01:49 +00:00
Eelco Dolstra
69ef41ea14
* Need gzip in the Nix daemon's PATH. Forgot to commit this.
...
svn path=/nixos/trunk/; revision=14274
2009-02-27 13:40:31 +00:00
Ludovic Courtès
d01a495de4
portmap: Add options.
...
svn path=/nixos/trunk/; revision=14233
2009-02-24 20:41:58 +00:00
Ludovic Courtès
d1f57d6e1b
Convert `portmap' Upstart job to the "new" style.
...
svn path=/nixos/trunk/; revision=14232
2009-02-24 19:17:25 +00:00
Eelco Dolstra
6c2622abe7
* Add support for the Cirrus driver. This is useful in QEMU/KVM
...
because it emulates a Cirrus card.
svn path=/nixos/trunk/; revision=14227
2009-02-24 15:07:15 +00:00
Eelco Dolstra
311ff6c8e7
* Set KDEDIRS, XDG_CONFIG_DIRS and XDG_DATA_DIRS in bashrc. This has
...
the advantage that KDE applications work when logging in via ssh,
and that you don't need to logout to have KDE upgrades take effect.
On the downside, since the various KDE packages and shared-mime-info
all have their own MIME databases, if we put them in one symlink
tree (systemPath), we need to rerun update-mime-database on the
symlink tree. Also, systemPath is getting very large.
svn path=/nixos/trunk/; revision=14148
2009-02-20 16:31:42 +00:00
Eelco Dolstra
049c60e8c0
* Quick hack to make sure that acpid starts before hal.
...
svn path=/nixos/trunk/; revision=14139
2009-02-20 15:11:07 +00:00
Eelco Dolstra
c87f67bd28
* Support for KDE 4.2. Set services.xserver.sessionType to "kde4" to
...
enable. It looks great ;-)
svn path=/nixos/trunk/; revision=14089
2009-02-16 23:53:18 +00:00
Eelco Dolstra
4dacbc3c79
* Generate the acpid configuration properly: each config file
...
can only contain one event.
svn path=/nixos/trunk/; revision=14080
2009-02-13 18:55:38 +00:00
Eelco Dolstra
03e7f296b1
* acpid: switch to the ondemand CPU scaling governer when on battery power.
...
Disabled acpid by default because it's not configurable enough yet.
svn path=/nixos/trunk/; revision=14070
2009-02-13 12:11:42 +00:00
Eelco Dolstra
cf7fcb98ec
* Suspend when the laptop lid is closed.
...
svn path=/nixos/trunk/; revision=14038
2009-02-11 23:15:07 +00:00
Eelco Dolstra
c83a185090
* Run the ACPI daemon. This allows the system to respond to ACPI
...
events, like pressing the power button. The NVIDIA X11 driver also
needs it to respond to the internal/external monitor switch button
on laptops. The power actions should of course be made
configurable.
svn path=/nixos/trunk/; revision=14027
2009-02-10 23:25:49 +00:00
Lluís Batlle i Rossell
059ca080b1
Making the 'via' video module available in the xserver upstart-job.
...
svn path=/nixos/trunk/; revision=13939
2009-02-01 21:23:31 +00:00
Eelco Dolstra
d98f482739
* Start mingetty after udev, otherwise /dev/tty* may not exist yet
...
(and you get Upstart messages about the ttyN job being restarted).
svn path=/nixos/trunk/; revision=13931
2009-02-01 19:51:53 +00:00
Ludovic Courtès
d641e99375
PulseAudio Upstart job: honor `enable'.
...
svn path=/nixos/trunk/; revision=13926
2009-02-01 18:35:56 +00:00
Ludovic Courtès
2b8216bdda
Add Upstart job for PulseAudio as a system-wide daemon.
...
svn path=/nixos/trunk/; revision=13907
2009-01-29 18:28:09 +00:00
Eelco Dolstra
a3f778c23d
* CUPS: use /etc/cups rather than ${cups}/etc/cups as the ServerRoot,
...
because CUPS modifies files in the ServerRoot directory. Most
importantly, it stores printer configuration there. Previously the
CUPS server modified the files under ${cups}/etc/cups, which is
impure and caused all configured printers to disappear any time CUPS
was upgraded.
svn path=/nixos/trunk/; revision=13892
2009-01-28 14:48:37 +00:00
Sander van der Burg
016e4dc5c3
Increased the sleep hack on the Tomcat service
...
svn path=/nixos/trunk/; revision=13890
2009-01-28 12:19:42 +00:00
Sander van der Burg
7ac9e76eb6
Some fixes to the Apache Tomcat connector
...
svn path=/nixos/trunk/; revision=13879
2009-01-27 13:02:56 +00:00
Nicolas Pierron
348afe7dc6
Replace old argument syntax.
...
svn path=/nixos/trunk/; revision=13848
2009-01-25 15:26:46 +00:00
Nicolas Pierron
61aa32f174
Update argument syntax of configuration files.
...
svn path=/nixos/trunk/; revision=13847
2009-01-25 15:22:17 +00:00
Eelco Dolstra
788275e47c
* Remove a stale lock file that may prevent the
...
X server from starting.
svn path=/nixos/trunk/; revision=13812
2009-01-20 08:44:41 +00:00
Eelco Dolstra
93c19c4ae9
* CUPS daemon: modprobe usblp so that CUPS can find USB printers.
...
* CUPS daemon: use Ghostscript to support printing on non-Postscript
printers.
svn path=/nixos/trunk/; revision=13794
2009-01-17 13:10:06 +00:00
Sander van der Burg
e50e022fc6
Added Apache Tomcat proxy to new Apache upstart service
...
svn path=/nixos/trunk/; revision=13786
2009-01-16 14:07:54 +00:00
Eelco Dolstra
fbe40a260e
* The Linux kernel >= 2.6.27 provides firmware, so add it to the
...
firmware search path.
svn path=/nixos/trunk/; revision=13770
2009-01-15 10:35:00 +00:00
Michael Raskin
12f4fbfb4b
Added guestUsers job for automatical adding guests
...
svn path=/nixos/trunk/; revision=13732
2009-01-09 00:23:07 +00:00
Michael Raskin
9a46e71e7b
Added rogue job used by CD
...
svn path=/nixos/trunk/; revision=13730
2009-01-08 23:49:22 +00:00
Michael Raskin
0a1f41c742
An upstart job to display manual
...
svn path=/nixos/trunk/; revision=13728
2009-01-08 23:30:23 +00:00
Michael Raskin
d8c1734b99
Synaptics two-finger scrolling option
...
svn path=/nixos/trunk/; revision=13663
2008-12-20 14:29:52 +00:00
Ludovic Courtès
8373c890a8
atd: Make `at' and friends actually usable by regular users.
...
This patch makes the `at' commands setuid `atd' (instead of `root')
and fixes the ownership of `/etc/at/at.deny'.
svn path=/nixos/trunk/; revision=13515
2008-11-29 17:36:00 +00:00
Ludovic Courtès
730244f13d
lshd: Use `lsh-pam-checkpw' as the password helper program.
...
This finally allows users to log in using password authentication.
svn path=/nixos/trunk/; revision=13490
2008-11-28 15:44:15 +00:00
Marc Weber
d02e581192
fix: FCRON should no longer be build by default
...
svn path=/nixos/trunk/; revision=13436
2008-11-26 14:38:35 +00:00
Ludovic Courtès
be02b8a87a
Use iwlwifi4965ucode' from
kernelPackages'.
...
svn path=/nixos/trunk/; revision=13430
2008-11-26 13:16:59 +00:00
Marc Weber
9fefbf1379
add ifEnable to fcron job
...
svn path=/nixos/trunk/; revision=13383
2008-11-24 09:07:28 +00:00
Marc Weber
eea7e6c213
adding fcron daemon.
...
I have only tested it with upstart 0.5, maybe you have to fix small things in the job description
svn path=/nixos/trunk/; revision=13369
2008-11-22 17:05:20 +00:00
Marc Weber
80377e512e
added sshd GatwayPorts option
...
svn path=/nixos/trunk/; revision=13363
2008-11-20 23:47:05 +00:00
Nicolas Pierron
2ed34fae67
Extract "locate" job from the "cron" job.
...
svn path=/nixos/trunk/; revision=13236
2008-11-09 16:44:53 +00:00
Nicolas Pierron
866987a60e
cron.nix: Use the new option scheme.
...
svn path=/nixos/trunk/; revision=13235
2008-11-09 16:44:43 +00:00
Nicolas Pierron
b73a579d18
Fix previous commit.
...
svn path=/nixos/trunk/; revision=13229
2008-11-08 21:45:58 +00:00
Nicolas Pierron
4a55f02005
"dhclient.nix" is now a self-contained job.
...
svn path=/nixos/trunk/; revision=13228
2008-11-08 21:32:48 +00:00
Eelco Dolstra
1573bdddfb
* CUPS: enabled support for printing via SMB.
...
svn path=/nixos/trunk/; revision=13218
2008-11-07 13:37:28 +00:00