Commit Graph

1653 Commits

Author SHA1 Message Date
Marc Weber
160c7588b3 * Synced with trunk @ 15086
svn path=/nixos/branches/modular-nixos/; revision=15358
2009-04-28 13:29:28 +00:00
Marc Weber
3b934b9d03 * Synced with trunk @ 15074
svn path=/nixos/branches/modular-nixos/; revision=15357
2009-04-28 13:28:38 +00:00
Marc Weber
bd6eb4ae29 * Synced with trunk @ 15062
svn path=/nixos/branches/modular-nixos/; revision=15356
2009-04-28 13:27:37 +00:00
Marc Weber
55c787a308 * Synced with trunk @ 15061
svn path=/nixos/branches/modular-nixos/; revision=15355
2009-04-28 13:26:31 +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
Lluís Batlle i Rossell
38d7e7b780 Sorry, I disabled X hal config in my last commit, thinking it was still not usable.
I see the problem rests only in configuring the keyboard layout in hal, for X.
Nevertheless, using the client "setxkbmap" works, which can help until we
can configure the keyboard layout in configuration.nix.


svn path=/nixos/trunk/; revision=15348
2009-04-28 08:47:13 +00:00
Lluís Batlle i Rossell
bf04b4c7dc Making xserver cope with new evdev input device, and the proper dri mesa driver directory.
svn path=/nixos/trunk/; revision=15346
2009-04-28 07:58:20 +00:00
Eelco Dolstra
1723eaec3d * Use evdev instead of the deprecated keyboard/mouse drivers. Note:
evdev gets the keyboard layout / model from HAL (`lshal | grep
  xkb'), but we don't yet have a way to override the default (`us').

svn path=/nixos/trunk/; revision=15345
2009-04-27 23:19:31 +00:00
Eelco Dolstra
dca7981111 * Make sure that the FDI cache is flushed on startup. Mine had a
timestamp somewhere in 2008, so apparently it's not getting
  updated.

svn path=/nixos/trunk/; revision=15344
2009-04-27 23:09:25 +00:00
Eelco Dolstra
7da8137f18 * Re-enable Glibc locales.
svn path=/nixos/trunk/; revision=15340
2009-04-27 21:52:10 +00:00
Eelco Dolstra
b891792ddd * Hack to make desktop locking in KDE 3 work.
svn path=/nixos/trunk/; revision=15326
2009-04-26 21:06:00 +00:00
Eelco Dolstra
d9f4475dd5 * Be able to cope with future changes to Upstart.
svn path=/nixos/trunk/; revision=15312
2009-04-25 22:36:56 +00:00
Eelco Dolstra
5ac2532cc7 * Add GNU parted to the CD.
svn path=/nixos/trunk/; revision=15274
2009-04-23 12:56:17 +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
Eelco Dolstra
3a7834dcac * Use perlPackages.
svn path=/nixos/trunk/; revision=15211
2009-04-21 12:38:13 +00:00
Andres Löh
31ff856a52 Updated reference to xmonad.
svn path=/nixos/trunk/; revision=15208
2009-04-21 11:29:40 +00:00
Eelco Dolstra
9940de0088 * After upgrading to X.org server 1.5.3, we suddenly need to set
"AllowEmptyInput" to "off", otherwise we get no keyboard or mouse.
  The logfile then says:

    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse'
      will be disabled.
    (WW) Disabling Keyboard[0]
    (WW) Disabling Mouse[0]

  which seems rather weird.

svn path=/nixos/trunk/; revision=15204
2009-04-21 08:03:05 +00:00
Eelco Dolstra
453e9abc9e * Work around an apparent bug in Bash 4.0. It no longer accepts this:
echo $(cat <<EOF
    bla
    EOF)

  It does accept backticks:

    echo `cat <<EOF
    bla
    EOF`

svn path=/nixos/trunk/; revision=15192
2009-04-20 16:26:50 +00:00
Marc Weber
ed43363e2a following renaming whatis -> showVal
svn path=/nixos/trunk/; revision=15145
2009-04-19 10:36:30 +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
Eelco Dolstra
4f3d55232a * Don't do a sync, they're incredibly expensive. (I just had one that took
25 minutes to complete...)

svn path=/nixos/trunk/; revision=15086
2009-04-16 13:29:22 +00:00
Eelco Dolstra
760f484e4d * Removed some more stuff from the CD because the x86_64-linux ISO is
over 700 MB.  (Maybe vim could be replaced by a smaller vi?)
  Note that the main size problem for the x86_64-linux ISO is that it
  contains two Glibcs - Grub has a dependency on the 32-bit Glibc.  It
  would be nice to get rid of that.

svn path=/nixos/trunk/; revision=15074
2009-04-16 08:24:38 +00:00
Eelco Dolstra
723be3579d * Remove gdb from the CD.
svn path=/nixos/trunk/; revision=15062
2009-04-15 11:51:37 +00:00
Eelco Dolstra
7409bb9ec1 * Use Linux 2.6.28 on the installation CD.
svn path=/nixos/trunk/; revision=15061
2009-04-15 10:13:37 +00:00
Eelco Dolstra
ee3393df8d * Creating /var/spool/whatever fails if /var/spool doesn't exist.
svn path=/nixos/trunk/; revision=15058
2009-04-15 09:57:38 +00:00
Sander van der Burg
5c165ad815 Added vboxdrv to udev in order to have proper permissions
svn path=/nixos/trunk/; revision=15032
2009-04-14 13:45:57 +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
313fa38e2e Remove useless require attribute in system/nixos-environment.nix.
svn path=/nixos/branches/modular-nixos/; revision=14994
2009-04-12 14:38:41 +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
Eelco Dolstra
bec0e32034 * Add the programs provided by the acl, attr and libcap libraries to
the system path.  (They were in the closure already anyway so it
  doesn't cost us anything.)

svn path=/nixos/trunk/; revision=14973
2009-04-09 14:11:55 +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
Nicolas Pierron
840dc8c612 * Synced with branches/fix-style @ 14826
svn path=/nixos/branches/modular-nixos/; revision=14952
2009-04-08 13:53:29 +00:00
Nicolas Pierron
9ba1f01479 * Synced with trunk @ 14413
svn path=/nixos/branches/modular-nixos/; revision=14951
2009-04-08 13:50:32 +00:00
Nicolas Pierron
57a524368b * Synced with branches/fix-style @ 14408
svn path=/nixos/branches/modular-nixos/; revision=14949
2009-04-08 13:46:34 +00:00
Nicolas Pierron
af88c29d5b * Synced with trunk @ 14148
svn path=/nixos/branches/modular-nixos/; revision=14948
2009-04-08 13:41:33 +00:00
Nicolas Pierron
9ac25ba853 * Synced with branches/fix-style @ 13861
svn path=/nixos/branches/modular-nixos/; revision=14946
2009-04-08 13:37:40 +00:00