about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-21 21:24:34 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-21 21:24:34 +0200
commit0ff5229e7d5a22fce194f1ccdd0880eb3184f4ff (patch)
tree59d85caea7e2a57a8e5966627eb19911dc0fa23f
parentf509ef74c50ccda67afbc3e1a32ee50a94b8d575 (diff)
modules/slim: Don't set defaultUser anymore.
I find this annoying, especially if you want to reboot and have to
delete the default user first.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-rw-r--r--modules/slim/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/slim/default.nix b/modules/slim/default.nix
index d8905ed7..ca3ce8c6 100644
--- a/modules/slim/default.nix
+++ b/modules/slim/default.nix
@@ -10,7 +10,6 @@ in {
 
   config.services.xserver.displayManager.slim = mkIf cfg.enable {
     enable = true;
-    defaultUser = "aszlig";
     theme = pkgs.stdenv.mkDerivation {
       name = "nixos-theme-vuizvui";
       src = pkgs.slimThemes.nixosSlim;