indentation

This commit is contained in:
2016-08-07 09:54:25 +02:00
committed by Yves Dubromelle
parent b998bea22e
commit 45a4bc9a28

View File

@@ -9,8 +9,8 @@ in {
security.sudo.wheelNeedsPassword = !(profiles.isPrunetwork && profiles.isServer);
users.extraUsers.jpierre03 = mkIf profiles.isPrunetwork
{ isNormalUser = true;
users.extraUsers.jpierre03 = mkIf profiles.isPrunetwork {
isNormalUser = true;
createHome = true;
home = "/home/jpierre03";
description = "jpierre03";