{"id":22970864,"url":"https://github.com/marijanp/nixos-configurations","last_synced_at":"2025-06-18T06:33:31.363Z","repository":{"id":92665935,"uuid":"179367203","full_name":"marijanp/nixos-configurations","owner":"marijanp","description":"A mirror of my NixOS configurations.","archived":false,"fork":false,"pushed_at":"2025-06-09T19:49:14.000Z","size":570,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-09T20:33:21.404Z","etag":null,"topics":["flakes","nix","nix-flake","nixos","nixos-configuration","nixpkgs"],"latest_commit_sha":null,"homepage":"https://git.sr.ht/~marijan/nixos-configurations","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/marijanp.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}},"created_at":"2019-04-03T20:42:34.000Z","updated_at":"2025-06-09T19:49:18.000Z","dependencies_parsed_at":"2023-03-10T02:32:11.954Z","dependency_job_id":"5afccea7-cd70-4e66-850c-2ff765249749","html_url":"https://github.com/marijanp/nixos-configurations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marijanp/nixos-configurations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marijanp%2Fnixos-configurations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marijanp%2Fnixos-configurations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marijanp%2Fnixos-configurations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marijanp%2Fnixos-configurations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marijanp","download_url":"https://codeload.github.com/marijanp/nixos-configurations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marijanp%2Fnixos-configurations/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260506241,"owners_count":23019410,"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","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":["flakes","nix","nix-flake","nixos","nixos-configuration","nixpkgs"],"created_at":"2024-12-14T22:14:49.766Z","updated_at":"2025-06-18T06:33:26.319Z","avatar_url":"https://github.com/marijanp.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Configuration structure\n\nAll deployable NixOS configurations can be found in the `flake.nix`.\n\nUse `nix flake show` to display them.\n\nEach NixOS configuration exposed in the `flake.nix` assembles different configuration files from different directories together.\n\nThe directories contain configuration files for affecting different aspects of the system:\n- The `machines` directory contains hardware specific configuration files for the different target hosts\n- The `dotfiles` directory contains home-manager configuration files affecting a specific user\n- The `environments` directory contains NixOS system configuration files that assemble configurations from the `services`, and `options` depending on the use of the final system.\n\nIn the following sections I describe what each subdirectory contains.\n\n## The `machines` directory\n\nThe `machines` directory contains a subdirectory for every physical machine running NixOS.\n\nEach of those machine directories contains\n- the generated `hardware-configuration.nix`\n- hardware specific configuration files like `bluetooth.nix` and `networking.nix`\n\n## The `dotfiles` directory\n\nThe `dotfiles` directory contains configurations for *user* applications and services like `nvim`, `git`, etc.. It also contains the following files which assmble these configurations depending on the use of the final system.\n\n- `common.nix` unifies all *user* application configurations that can be used on any machine.\n- `desktop.nix` unifies all *user* application configurations that can be used on machines with a desktop.\n- `work.nix` contains *user* applications that are only used for work.\n\n## The `environments` directory\n\nThe `environments` directory contains NixOS *system* configuration files that assemble configurations from the `services`, and `options` depending on the use of the final system:\n\n- `common.nix` unifies all *system* configuration files that can be used on any machine.\n- `desktop.nix` unifies all *system* configurations that can be used on machines with a desktop.\n- `work.nix` contains *system* configurations that are only used for work.\n\n## The `options` directory\n\nThis directory contains all *system* configurations which are not services.\n\n## The `services` directory\n\nThis directory contains all *system* service configurations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarijanp%2Fnixos-configurations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarijanp%2Fnixos-configurations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarijanp%2Fnixos-configurations/lists"}