Commit graph

537 commits

Author SHA1 Message Date
Marc Weber cc7f5eba97 * Synced with trunk @ 15326
svn path=/nixos/branches/modular-nixos/; revision=15366
2009-04-28 13:40:55 +00:00
Marc Weber e28250470f * Synced with trunk @ 15312
svn path=/nixos/branches/modular-nixos/; revision=15365
2009-04-28 13:38:22 +00:00
Marc Weber ab9cde5a83 * Synced with trunk @ 15211
svn path=/nixos/branches/modular-nixos/; revision=15363
2009-04-28 13:34:22 +00:00
Marc Weber bb2de6da2e * Synced with trunk @ 15208
svn path=/nixos/branches/modular-nixos/; revision=15362
2009-04-28 13:33:52 +00:00
Marc Weber a9360de947 * Synced with trunk @ 15204
svn path=/nixos/branches/modular-nixos/; revision=15361
2009-04-28 13:32:37 +00:00
Marc Weber c4ad0f5454 * Synced with trunk @ 15058
svn path=/nixos/branches/modular-nixos/; revision=15354
2009-04-28 13:18:38 +00:00
Marc Weber 56be444092 * Synced with trunk @ 15032
svn path=/nixos/branches/modular-nixos/; revision=15353
2009-04-28 13:17:04 +00:00
Marc Weber 7cb7349747 fix copy paste error
reported by Nicolas

svn path=/nixos/branches/modular-nixos/; revision=15221
2009-04-21 19:26:47 +00:00
Marc Weber 8ddf34fa3d adding kernel nfs daemon upstart job
svn path=/nixos/branches/modular-nixos/; revision=15219
2009-04-21 16:34:56 +00:00
Marc Weber 8237528c4a samba job: put each daemon into its own job file
use start/stop samba-control to start/stop them all

You can enable syncing samba passwords when using passwd as well now.
However you still have to add a user to the samba user database once
using smbpasswd -a username.

svn path=/nixos/branches/modular-nixos/; revision=15218
2009-04-21 16:30:32 +00:00
Marc Weber 9f8aa03168 don't run portmap as daemon
if you do upstart can't know (yet) when it exits

svn path=/nixos/branches/modular-nixos/; revision=15217
2009-04-21 16:25:37 +00:00
Nicolas Pierron aac4fb7321 Temporary work-around to inherit configuration settings.
svn path=/nixos/branches/modular-nixos/; revision=15133
2009-04-18 17:16:46 +00:00
Nicolas Pierron 47b61bdd4a * upstart-jobs/manual.nix:
- Replace "optional" function by one "mkIf".
  - Pretty-print (indentation, extra lines, no trailing-whitespaces).

svn path=/nixos/branches/modular-nixos/; revision=15025
2009-04-14 12:31:08 +00:00
Nicolas Pierron 9741be988c * Synced with trunk @ 15006
svn path=/nixos/branches/modular-nixos/; revision=15012
2009-04-13 11:15:19 +00:00
Nicolas Pierron 98eda94473 KDM: Add support for extra window & desktop manager.
svn path=/nixos/branches/modular-nixos/; revision=15011
2009-04-13 10:57:36 +00:00
Nicolas Pierron b1e05ed8fa * Synced with trunk @ 14913
svn path=/nixos/branches/modular-nixos/; revision=15010
2009-04-13 10:55:41 +00:00
Nicolas Pierron 0ff58754ae Move slim options into the displayManager attribute set.
Add an enable flag to slim which is by default set to be true.

svn path=/nixos/branches/modular-nixos/; revision=15009
2009-04-13 10:47:15 +00:00
Michael Raskin 49bd768f99 As we do not really generate ejabbred.cfg, allow at least overwriting it manually
svn path=/nixos/trunk/; revision=15006
2009-04-13 09:35:03 +00:00
Nicolas Pierron 3a8ef07934 Add wmii package in the environment if wmii WM is enabled.
svn path=/nixos/branches/modular-nixos/; revision=14991
2009-04-11 22:28:38 +00:00
Nicolas Pierron 33a0873f6f Add error messages to detect if the default (not override by the user) WM/DM is enable.
Enable xterm desktop manager.

svn path=/nixos/branches/modular-nixos/; revision=14990
2009-04-11 22:28:33 +00:00
Nicolas Pierron a67aecb38b Used the override version of nix and not the default one provided by nixpkgs.
svn path=/nixos/branches/modular-nixos/; revision=14989
2009-04-11 22:17:10 +00:00
Nicolas Pierron b72989eda0 Add a FIXME description to the requiredTTYs option.
Fix manual compilation.

svn path=/nixos/branches/modular-nixos/; revision=14988
2009-04-11 22:17:05 +00:00
Nicolas Pierron 23c03c3f46 Fix typo in kdeEnvironment.
svn path=/nixos/branches/modular-nixos/; revision=14987
2009-04-11 22:17:01 +00:00
Nicolas Pierron 16a916f297 * Synced with trunk @ 14905
svn path=/nixos/branches/modular-nixos/; revision=14986
2009-04-11 22:12:02 +00:00
Nicolas Pierron 3f1dd56e9e * Synced with trunk @ 14801
svn path=/nixos/branches/modular-nixos/; revision=14953
2009-04-08 14:01:16 +00:00
Sander van der Burg 5e7a768336 Added very experimental KDM support
svn path=/nixos/trunk/; revision=14913
2009-04-07 15:33:59 +00:00
Eelco Dolstra d5e97ab056 * Let KDEDIRS, XDG_CONFIG_DIRS and XDG_DATA_DIRS contain the KDE
packages that we need rather than just /var/run/current-system/sw.
  This ensures consistency when upgrading a system (e.g. you don't end
  up with a mix of KDE versions at runtime).  This partially reverts
  r14148 (in particular the update-mime-database hack in the
  systemPath post-build).

svn path=/nixos/trunk/; revision=14887
2009-04-05 18:30:39 +00:00
Eelco Dolstra 6663af0833 * dbus: fork() into the background so that the daemon is
running by the time the job has finished starting.  This
  obviates the need for the sleep hack in other jobs.

svn path=/nixos/trunk/; revision=14875
2009-04-03 22:04:31 +00:00
Marc Weber 15bff21f68 fix hint of previous commit
svn path=/nixos/trunk/; revision=14871
2009-04-03 19:48:45 +00:00
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
Marc Weber 2b6554b519 allow specifying custom udev rules in /etc/nixos/configuration.nix
svn path=/nixos/branches/fix-style/; revision=14826
2009-04-01 20:28:04 +00:00
Marc Weber d7fcb32e9b readding synergy
svn path=/nixos/branches/fix-style/; revision=14789
2009-03-30 14:58:05 +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
Nicolas Pierron ab4e37d53f Remove unused file.
svn path=/nixos/branches/fix-style/; revision=14545
2009-03-15 20:18:36 +00:00
Nicolas Pierron 313c440174 Use the nix-daemon provided by the nix version install with NixOS.
This remove a dependency on nix-0.12.

svn path=/nixos/branches/fix-style/; revision=14543
2009-03-15 20:05:36 +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
Nicolas Pierron c887a5be1e Fixing vsftpd without anonymous users, adding localUsers, and creating chroot path.
Author:    viric @ rev 14286

svn path=/nixos/branches/fix-style/; revision=14446
2009-03-07 18:01:42 +00:00
Nicolas Pierron 02ed3f12ed * Support special characters in config.nix.extraOptions.
Author:    eelco @ rev 14278

svn path=/nixos/branches/fix-style/; revision=14445
2009-03-07 18:01:38 +00:00
Nicolas Pierron 6013de33f8 * Need gzip in the Nix daemon's PATH. Forgot to commit this.
Author:    eelco @ rev 14274

svn path=/nixos/branches/fix-style/; revision=14444
2009-03-07 18:01:33 +00:00
Nicolas Pierron 08f32ca62a * Make nix-channel and nix-env work when chroots are enabled.
Author:    eelco @ rev 14271

svn path=/nixos/branches/fix-style/; revision=14443
2009-03-07 18:01:26 +00:00
Nicolas Pierron 119fff4c4c portmap: Add options.
Author:    ludo @ rev 14233

svn path=/nixos/branches/fix-style/; revision=14441
2009-03-07 18:01:17 +00:00
Nicolas Pierron 2ec60d4023 * Add support for the Cirrus driver. This is useful in QEMU/KVM
because it emulates a Cirrus card.

 Author:    eelco @ rev 14227

svn path=/nixos/branches/fix-style/; revision=14439
2009-03-07 18:01:04 +00:00
Marc Weber 321763dd84 Convert "ifplugd" (interfaceMonitor)
svn path=/nixos/branches/fix-style/; revision=14408
2009-03-06 12:27:50 +00:00
Marc Weber 8cad533a76 Convert "reboot/halt" events
svn path=/nixos/branches/fix-style/; revision=14407
2009-03-06 12:27:47 +00:00