{"id":20208496,"url":"https://github.com/ivan770/modulo","last_synced_at":"2025-09-22T00:31:23.732Z","repository":{"id":210453906,"uuid":"726600693","full_name":"ivan770/modulo","owner":"ivan770","description":"A collection of NixOS and Home Manager modules","archived":false,"fork":false,"pushed_at":"2025-09-21T00:32:19.000Z","size":329,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-21T02:35:41.787Z","etag":null,"topics":["declarative","desktop","dotfiles","flake","linux","nix","nixos","server"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivan770.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-02T20:51:07.000Z","updated_at":"2025-09-21T00:32:22.000Z","dependencies_parsed_at":"2024-02-04T01:26:04.449Z","dependency_job_id":"bb835d83-b514-4945-bb86-2071c325aaf9","html_url":"https://github.com/ivan770/modulo","commit_stats":null,"previous_names":["ivan770/modulo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ivan770/modulo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan770%2Fmodulo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan770%2Fmodulo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan770%2Fmodulo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan770%2Fmodulo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivan770","download_url":"https://codeload.github.com/ivan770/modulo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan770%2Fmodulo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276328899,"owners_count":25623323,"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-09-21T02:00:07.055Z","response_time":72,"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":["declarative","desktop","dotfiles","flake","linux","nix","nixos","server"],"created_at":"2024-11-14T05:35:52.097Z","updated_at":"2025-09-22T00:31:23.427Z","avatar_url":"https://github.com/ivan770.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modulo\n\n![Nix Badge](https://img.shields.io/badge/built_with-nix-blue)\n![GitHub License](https://img.shields.io/github/license/ivan770/modulo)\n\nA collection of NixOS and Home Manager modules that I use\non my own devices.\n\n- [x] Declarative filesystem support\n  - For image-based devices:\n    - Fully immutable Nix store with updates using `systemd-sysupdate`\n    - Update packages are built as a single derivation\n    - At the moment, Modulo supports only the A/B schema for the OS itself,\n    and an additional partition for the persistent data\n  - For regular devices:\n    - Filesystem configuration using [Disko](https://github.com/nix-community/disko)\n\n- [x] Impermanence with root filesystem mounted as a `tmpfs`\n- [x] Configurable networking using only systemd-based components (networkd, resolved, etc.)\n- [x] WireGuard mesh private network support\n- [x] Pre-configured desktop and server configurations\n\n## Usage\n\nInclude Modulo as a flake input in your system configuration:\n\n```nix\ninputs = {\n  modulo.url = \"github:ivan770/modulo\";\n\n  # Optional, but highly recommended.\n  nixpkgs.follows = \"modulo/nixpkgs\";\n  unstable.follows = \"modulo/unstable\";\n  home-manager.follows = \"modulo/home-manager\";\n  snowfall.follows = \"modulo/snowfall\";\n\n  # ...\n};\n```\n\nSupport for separate module usage is best effort, so it's recommended\nto import all repository modules together.\n\nExample (when using [Snowfall Lib](https://github.com/snowfallorg/lib)):\n\n```nix\nsystems.modules.nixos = attrValues inputs.modulo.nixosModules\n  ++ [inputs.home-manager.nixosModules.home-manager];\n```\n\n## License\n\nThis software is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan770%2Fmodulo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivan770%2Fmodulo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan770%2Fmodulo/lists"}