{"id":14109187,"url":"https://github.com/davidak/nixos-config","last_synced_at":"2025-08-18T12:09:52.998Z","repository":{"id":146400290,"uuid":"51733194","full_name":"davidak/nixos-config","owner":"davidak","description":"NixOS configurations for server and desktop systems, including user specific config. with Home Manager","archived":false,"fork":false,"pushed_at":"2020-06-05T20:33:12.000Z","size":215,"stargazers_count":57,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-14T00:33:31.048Z","etag":null,"topics":["dotfiles","home-manager","nix","nixos","nixos-configuration"],"latest_commit_sha":null,"homepage":"https://codeberg.org/davidak/nixos-config","language":"Nix","has_issues":false,"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/davidak.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}},"created_at":"2016-02-15T05:36:06.000Z","updated_at":"2025-08-07T10:12:31.000Z","dependencies_parsed_at":"2024-01-08T07:59:58.181Z","dependency_job_id":null,"html_url":"https://github.com/davidak/nixos-config","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/davidak/nixos-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2Fnixos-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2Fnixos-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2Fnixos-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2Fnixos-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidak","download_url":"https://codeload.github.com/davidak/nixos-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2Fnixos-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270989168,"owners_count":24680688,"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-08-18T02:00:08.743Z","response_time":89,"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":["dotfiles","home-manager","nix","nixos","nixos-configuration"],"created_at":"2024-08-14T10:02:08.411Z","updated_at":"2025-08-18T12:09:52.967Z","avatar_url":"https://github.com/davidak.png","language":"Nix","funding_links":[],"categories":["Nix"],"sub_categories":[],"readme":"My NixOS Configurations\n=======================\n\nNixOS is an advanced GNU/Linux distribution featuring declarative configuration and atomic upgrades. You can learn more on [nixos.org](https://nixos.org/nixos/about.html).\n\nIn this repository are the configurations of my NixOS machines.\n\nYou can find the configurations from other people in the [nixos.wiki](https://nixos.wiki/wiki/Configuration_Collection).\n\n## Usage\n\nMy workflow with this code is to `rsync` it to the machine and symlink the system configuration.\n\n\t[davidak@X230:~]$ rsync -ah --delete --progress /home/davidak/code/nixos-config/ root@nas.lan:nixos/\n\t[root@nixos:~]# rm /etc/nixos/configuration.nix\n\t[root@nixos:~]# ln -s /root/nixos/machines/compaq_dc7800/configuration.nix /etc/nixos/configuration.nix\n\t[root@nixos:~]# nixos-rebuild switch\n\nThis way i can test a change before committing it to the git repository. To update the configuration, just use the first and last command.\n\nFor new machines, follow the install instructions in the [manual](https://nixos.org/nixos/manual/) and extend it with inspirations from the machines here.\n\nI use the latest stable release `nixos` channel to have a reliable system and the `nixos-unstable` channel to get the latest version for some packages. I also use `nixos-hardware` channel for hardware specific settings and `home-manager` for user specific configuration.\n\nAdd the channels with this commands:\n\n\tnix-channel --add https://nixos.org/channels/nixos-unstable nixos-unstable\n\tnix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware\n\tnix-channel --add https://github.com/rycee/home-manager/archive/release-20.03.tar.gz home-manager\n\tnix-channel --update\n\n(execute as root or with sudo)\n\nReferences:\n\n- https://nixos.wiki/wiki/FAQ#How_can_I_install_a_package_from_unstable_while_remaining_on_the_stable_channel.3F\n- https://github.com/NixOS/nixos-hardware\n\n## Structure\n\n### machines\n\nHere are the `configuration.nix` files for my machines. See their README for detailed description.\n\n### users\n\nUser specific configuration including dotfiles using [Home Manager](https://github.com/rycee/home-manager).\n\n### profiles\n\nOptions for specific domains like `server`, `desktop` or `video-production`.\n\n### services\n\nDefault service configurations.\n\n### modules\n\nMy personal NixOS modules.\n\n### packages\n\nMy personal Nix packages.\n\n## Maintainer\n\nThis repository is maintained by [davidak](https://davidak.de/).\n\n## Contributing\n\nWhen you see ways to improve my configurations, create an [issue](https://github.com/davidak/nixos-config/issues) or [pull request](https://github.com/davidak/nixos-config/pulls).\n\nConsider sharing your configuration as well, so we can learn from each other!\n\n## License\n\nCopyright (C) 2015 [davidak](https://davidak.de/)\n\nLicensed under the [MIT](LICENSE) license to be compatible with [nixpkgs](https://github.com/NixOS/nixpkgs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidak%2Fnixos-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidak%2Fnixos-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidak%2Fnixos-config/lists"}