From ee14f8da9a04daa6c0412d983aa8daf37a539662 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Sat, 8 Feb 2014 21:09:48 +0100 Subject: remove references to isSystemUser and fix eval of tested job --- nixos/doc/manual/configuration.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/doc') diff --git a/nixos/doc/manual/configuration.xml b/nixos/doc/manual/configuration.xml index e6d7dee251af..da08098ddda0 100644 --- a/nixos/doc/manual/configuration.xml +++ b/nixos/doc/manual/configuration.xml @@ -1025,7 +1025,6 @@ users.extraUsers.alice = home = "/home/alice"; description = "Alice Foobar"; extraGroups = [ "wheel" ]; - isSystemUser = false; useDefaultShell = true; openssh.authorizedKeys.keys = [ "ssh-dss AAAAB3Nza... alice@foobar" ]; }; -- cgit 1.4.1