documentation: remove references to Icons for introductory material
The icons are not yet used in this path. This is unneccessary overhead for new users, with no payoff yet.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
clan = clan-core.lib.buildClan {
|
||||
directory = self;
|
||||
clanName = "__CHANGE_ME__"; # Ensure this is internet wide unique.
|
||||
clanIcon = null; # Optional, a path to an image file
|
||||
|
||||
# Prerequisite: boot into the installer
|
||||
# See: https://docs.clan.lol/getting-started/installer
|
||||
@@ -28,8 +27,6 @@
|
||||
|
||||
nixpkgs.hostPlatform = system;
|
||||
|
||||
clanCore.machineIcon = null; # Optional, a path to an image file
|
||||
|
||||
# Set this for clan commands use ssh i.e. `clan machines update`
|
||||
# If you change the hostname, you need to update this line to root@<new-hostname>
|
||||
# This only works however if you have avahi running on your admin machine else use IP
|
||||
@@ -60,8 +57,6 @@
|
||||
|
||||
nixpkgs.hostPlatform = system;
|
||||
|
||||
clanCore.machineIcon = null; # Optional, a path to an image file
|
||||
|
||||
# Set this for clan commands use ssh i.e. `clan machines update`
|
||||
# If you change the hostname, you need to update this line to root@<new-hostname>
|
||||
# This only works however if you have avahi running on your admin machine else use IP
|
||||
|
||||
Reference in New Issue
Block a user