Config+Packages: Implement machine specific configuration

This commit is contained in:
Riyyi
2022-02-28 16:44:01 +01:00
parent 8d8a21166b
commit ef203c5063
8 changed files with 56 additions and 9 deletions
+7 -2
View File
@@ -1,4 +1,9 @@
#!/hint/bash
# Make Flags: use 4 threads
MAKEFLAGS="-j4"
# Amount of threads the use with the make command
# >>> hostname=arch-desktop
MAKEFLAGS="-j8"
# <<<
# >>> hostname=arch-laptop
# MAKEFLAGS="-j4"
# <<<