Installation
LingmoNix Installation
Last updated
LingmoNix Installation
Last updated
LingmoNix's distro label is "linixos".
Clone the repository
Build specified NixOS "LinixOS" by generated configurations
Reboot and press Enter
directly. And your NixOS will show two different generations.
LinixOS builds minimal ISO only. Because Graphcal ISO use NixOS Calamares Default Configurations.
Then run nixos-generate-config --root /mnt
to generate default LinixOS Nix configurations. You need to uncomment:
Ln. 19 -> Grub Device
Ln. 21 -> Hostname (Default hostname: LingmoOS)
Ln. 24 -> Enable NetworkManager.
Ln. 27 -> TImezone (Default in Asia/Shanghai)
Ln. 34 -> Enable Internationalisation Properties (Locale)
Ln. 42~44 -> Enable Desktop Environment (Default DE: Pantheon)
Ln. 50 -> Keymap (Default X11 keymap: us)
Ln. 68~83 -> User account defination (Default User: LingmoOS)
Ln. 87~94 -> Packages installed in user profile (Default: vim, wget, curl, gh, git, clash-meta, appimage-run)
Do not edit:
Ln. 97~99 -> NixOS Label, Substituter and Nixpkgs Unfree Allow.
Run nixos-install
like step 2~3 of Install by NixOS.
Check this article to complete networking, partitioning and mounting.