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:
a-kenji
2024-05-21 11:16:12 +02:00
parent 6ebfd29c87
commit 7aa85d8aaf
3 changed files with 0 additions and 18 deletions

View File

@@ -73,7 +73,6 @@ Below is a guide on how to structure this in your flake.nix:
# ... more modules
];
nixpkgs.hostPlatform = "x86_64-linux";
clanCore.machineIcon = null; # Optional, a path to an image file
# Set this for clan commands use ssh i.e. `clan machines update`
clan.networking.targetHost = pkgs.lib.mkDefault "root@jon";