summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/vali.nix b/vali.nix
index 96095bd7..9478e4cf 100644
--- a/vali.nix
+++ b/vali.nix
@@ -8,6 +8,7 @@
8 imports = 8 imports =
9 [ # Include the results of the hardware scan. 9 [ # Include the results of the hardware scan.
10 ./vali-hw.nix 10 ./vali-hw.nix
11 ./users.nix
11 ]; 12 ];
12 13
13 # Use the GRUB 2 boot loader. 14 # Use the GRUB 2 boot loader.
@@ -59,15 +60,4 @@
59 # services.xserver.displayManager.kdm.enable = true; 60 # services.xserver.displayManager.kdm.enable = true;
60 # services.xserver.desktopManager.kde4.enable = true; 61 # services.xserver.desktopManager.kde4.enable = true;
61 62
62 # Define a user account. Don't forget to set a password with ‘passwd’.
63 users.extraUsers.gkleen = {
64 isNormalUser = true;
65 uid = 1000;
66 name = "gkleen";
67 extraGroups = [ "wheel" ];
68 createHome = true;
69 home = "/home/gkleen";
70 shell = "/run/current-system/sw/bin/zsh";
71 };
72
73} 63}