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); security.sudo.wheelNeedsPassword = !(profiles.isPrunetwork && profiles.isServer);
users.extraUsers.jpierre03 = mkIf profiles.isPrunetwork users.extraUsers.jpierre03 = mkIf profiles.isPrunetwork {
{ isNormalUser = true; isNormalUser = true;
createHome = true; createHome = true;
home = "/home/jpierre03"; home = "/home/jpierre03";
description = "jpierre03"; description = "jpierre03";