{"id":31223474,"url":"https://github.com/mathiswellmann/nixos-config","last_synced_at":"2025-09-21T22:45:22.934Z","repository":{"id":183668570,"uuid":"656786003","full_name":"MathisWellmann/nixos-config","owner":"MathisWellmann","description":"NixOS configs for all my systems","archived":false,"fork":false,"pushed_at":"2025-09-15T21:18:09.000Z","size":633,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T21:24:49.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/MathisWellmann.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":"2023-06-21T16:26:16.000Z","updated_at":"2025-09-15T21:18:13.000Z","dependencies_parsed_at":"2024-01-20T20:30:31.335Z","dependency_job_id":"2b2cf236-0b41-419d-b31a-adbdfdc5b93a","html_url":"https://github.com/MathisWellmann/nixos-config","commit_stats":null,"previous_names":["mathiswellmann/nixos-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MathisWellmann/nixos-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisWellmann%2Fnixos-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisWellmann%2Fnixos-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisWellmann%2Fnixos-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisWellmann%2Fnixos-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MathisWellmann","download_url":"https://codeload.github.com/MathisWellmann/nixos-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisWellmann%2Fnixos-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276319015,"owners_count":25621651,"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":[],"created_at":"2025-09-21T22:45:22.160Z","updated_at":"2025-09-21T22:45:22.925Z","avatar_url":"https://github.com/MathisWellmann.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NixOs Configuration files\n\nTo apply a configuration for a particular host, e.g `meshify`:\n```shell\nsudo nixos-rebuild switch --flake .#meshify\n```\nReplace `meshify` with the desired host, found in `hosts`.\n\n## Using modules\nIf you want to use for example the `monero.nix` module in your NixOs base system,\nthen copy `modules/monero.nix` into `/etc/nixos/modules/monero.nix` (make sure to create the `modules` directory in `/etc/nixos`).\nThen modify your `/etc/nixos/configuration.nix` file to include the module as such:\n```\nimports = [\n  # Include the results of the hardware scan.\n  ./hardware-configuration.nix\n  ./../../modules/monero.nix\n];\n```\nNow rebuild as such:\n```shell\nsudo nixos-rebuild switch\n```\n\n## Updating\nSee the metadata and the current flake inputs:\n```shell\nnix flake metadata .\n```\nThere one can see the `Inputs`.\n\nTo update the flake input `nixpkgs`:\n```shell\nnix flake lock --update-input nixpkgs\n```\n\nThen update the system, eg for the `meshify` host configuration:\n```\nsudo nixos-rebuild switch --flake .#meshify --upgrade-all\n```\n\n## Cleaning system store manually\n```shell\nnix-store --gc\n```\n\n# Tips:\nWhen getting something like this:\n```shell\n  error: cached failure of attribute 'nixosConfigurations.poweredge.config.system.build.toplevel'\n```\nThen you can disable the eval-cache temporarily by running with `--option eval-cache false`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathiswellmann%2Fnixos-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathiswellmann%2Fnixos-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathiswellmann%2Fnixos-config/lists"}