From e58e8550db63203bd3686e82758b961442a92d0b Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 15 Feb 2016 10:37:32 +0100 Subject: 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 --- machines/labnet/labtop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/labnet') 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"; -- cgit 1.4.1