about summary refs log tree commit diff
path: root/machines/labnet/labtop.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-02-15 10:37:32 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-02-15 10:37:32 +0100
commite58e8550db63203bd3686e82758b961442a92d0b (patch)
tree930990a61ceb1c72d911744a4433e117f3b1614c /machines/labnet/labtop.nix
parentf6c907557a1206e83a7678158f90f83c6840eaf4 (diff)
Use users.users/users.groups instead of extra*
It has been renamed since months (NixOS/nixpkgs@14321ae) and
users.extra* are now just aliases to users.users and users.groups.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/labnet/labtop.nix')
-rw-r--r--machines/labnet/labtop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix
index 4bf02c85..b3943204 100644
--- a/machines/labnet/labtop.nix
+++ b/machines/labnet/labtop.nix
@@ -113,7 +113,7 @@ in {
   nix.maxJobs = 2;
 
   users.mutableUsers = false;
-  users.extraUsers.openlab = {
+  users.users.openlab = {
     uid = 1000;
     isNormalUser = true;
     password = "openlab";