wrapped homeDirectory default definition in quotes
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
};
|
||||
homeDirectory = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
default = /home/${config.name};
|
||||
default = "/home/${config.name}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user