summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-02-08 21:09:48 +0100
committerDomen Kožar <domen@dev.si>2014-02-08 21:10:00 +0100
commitee14f8da9a04daa6c0412d983aa8daf37a539662 (patch)
tree59eb25817b246462358647a4e6f24641a32feabc /nixos/modules
parentdea562b6b920463395db47d141689e0768eb4836 (diff)
downloadnixlib-ee14f8da9a04daa6c0412d983aa8daf37a539662.tar
nixlib-ee14f8da9a04daa6c0412d983aa8daf37a539662.tar.gz
nixlib-ee14f8da9a04daa6c0412d983aa8daf37a539662.tar.bz2
nixlib-ee14f8da9a04daa6c0412d983aa8daf37a539662.tar.lz
nixlib-ee14f8da9a04daa6c0412d983aa8daf37a539662.tar.xz
nixlib-ee14f8da9a04daa6c0412d983aa8daf37a539662.tar.zst
nixlib-ee14f8da9a04daa6c0412d983aa8daf37a539662.zip
remove references to isSystemUser and fix eval of tested job
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/profiles/demo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/demo.nix b/nixos/modules/profiles/demo.nix
index 396dcf6c5d3b..605cc6aad1de 100644
--- a/nixos/modules/profiles/demo.nix
+++ b/nixos/modules/profiles/demo.nix
@@ -11,6 +11,6 @@
       createHome = true;
       useDefaultShell = true;
       password = "demo";
-      isSystemUser = false;
+      uid = 1000;
     };
 }