{"id":31532593,"url":"https://github.com/arconightshade/lyonos-v2","last_synced_at":"2026-03-07T06:32:22.222Z","repository":{"id":315981260,"uuid":"1056424579","full_name":"ArcoNightshade/LyonOS-V2","owner":"ArcoNightshade","description":"My personal Nix flake: Now fully reproducible!","archived":false,"fork":false,"pushed_at":"2025-10-02T21:55:50.000Z","size":12739,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T23:34:15.626Z","etag":null,"topics":["linux","nix-flake","nixos","nixos-configuration"],"latest_commit_sha":null,"homepage":"https://www.raptorbytes.org","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArcoNightshade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-14T04:07:24.000Z","updated_at":"2025-10-02T21:55:53.000Z","dependencies_parsed_at":"2025-09-22T02:30:27.464Z","dependency_job_id":"2584c2a1-da3d-4123-8686-ca59737a03a1","html_url":"https://github.com/ArcoNightshade/LyonOS-V2","commit_stats":null,"previous_names":["arconightshade/lyonos-v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArcoNightshade/LyonOS-V2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcoNightshade%2FLyonOS-V2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcoNightshade%2FLyonOS-V2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcoNightshade%2FLyonOS-V2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcoNightshade%2FLyonOS-V2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcoNightshade","download_url":"https://codeload.github.com/ArcoNightshade/LyonOS-V2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcoNightshade%2FLyonOS-V2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278262444,"owners_count":25957938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linux","nix-flake","nixos","nixos-configuration"],"created_at":"2025-10-04T03:56:36.076Z","updated_at":"2026-03-07T06:32:22.202Z","avatar_url":"https://github.com/ArcoNightshade.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![GitHub last commit](https://img.shields.io/github/last-commit/ArcoNightshade/LyonOS-V2?style=for-the-badge\u0026labelColor=101418\u0026color=9ccbfb)\n![GitHub Repo stars](https://img.shields.io/github/stars/ArcoNightshade/LyonOS-V2?style=for-the-badge\u0026labelColor=101418\u0026color=b9c8da)\n![GitHub repo size](https://img.shields.io/github/repo-size/ArcoNightshade/LyonOS-V2?style=for-the-badge\u0026labelColor=101418\u0026color=d3bfe6)\n\n#### LyonOS V2 - New and *improved!*\n\nLyonOS is my personal Linux distribution based on NixOS. This repository contains all the flake that I use on my laptop, desktop, and VMs.\n\n---\n### Setup\n```\ngit clone https://github.com/ArcoNightshade/LyonOS-V2 ~/.lyonos \u0026\u0026 rm -rf ~/.lyonos/.git\n```\n\n```\ncp /etc/nixos/hardware-configuration.nix ~/.lyonos/profile/workstation/hardware.nix\n```\n\n\nSet your username.\n```\nnano ~/.lyonos/flake.nix\n```\n\n\nSpecify your drive type (scroll to the bottom)\n```\nnano ~/.lyonos/compose.nix\n```\n\n\nSet your password, use this to get the hash\n```\nmkpasswd -m sha-512 \u003cpassword\u003e\n```\n\n\nPlace the output in `hashedPassword = \"\";`\n```\nnano ~/.lyonos/compose.nix\n``````\n\nRebuild \u0026 reboot to be safe, or just switch.\n```\nsudo nixos-rebuild boot --flake ~/.lyonos#workstation\n```\n---\n\n### Commands\n```\nsudo nixos-rebuild switch --flake ~/.lyonos#workstation\n```\nnixos-rebuild has a few options:\n* switch  : switches to the new configuration immediately\n* boot    : builds the next generation but does not switch until reboot\n* dry-run : only evaluates the code to see if it works\n* test    : switches to the new generation but does not save it to the boot menu\n\n```\nsudo nixos-rebuild switch --flake ~/.lyonos#workstation --rollback\n```\nRolls back to the previous generation.\n\n```\nsudo nix-collect-garbage\n```\nDeletes all previous generations so you don't run out of space.\n\n```\nsudo nix flake update --flake ~/.lyonos#workstation\n```\nUpdate system.\n\n```\nnix-shell -p cowsay\n```\nInstalls software to the shell (not the system) and is discarded when the shell (terminal) is closed.\n\n#### Important links:\n\n[How to setup NVIDIA](https://nixos.wiki/wiki/Nvidia) \u003cbr\u003e\nCopy paste to compose.nix and add `config` to `{ settings, ... }:` =\u003e `{ settings, config, ... }:`\n```\n  hardware.nvidia.open = false;\n  hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;\n  boot.blacklistedKernelModules = [ \"nouveau\" ];\n  services.xserver.videoDrivers = [ \"nvidia\" ];\n  boot.kernelParams = [\n    \"nvidia_drm\"\n    \"nvidia_modeset\"\n    \"nvidia_uvm\"\n    \"nvidia-drm.fbdev=1\"\n    \"nvidia\"\n  ];\n```\n\n\n[NixOS packages](https://search.nixos.org/packages)\n\n[NixOS options](https://search.nixos.org/options)\n\n[Home manager options](https://home-manager-options.extranix.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farconightshade%2Flyonos-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farconightshade%2Flyonos-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farconightshade%2Flyonos-v2/lists"}