the structure of the configuration.nix file could be improved by moving parts to simple modules.
also the hardware-configuration gets imported by both the flake file and the configuration.nix file, that's not good
nixos-helper could be used to simplify deployments
- [x] the structure of the configuration.nix file could be improved by moving parts to simple modules.
- [x] also the hardware-configuration gets imported by both the flake file and the configuration.nix file, that's not good
- [x] nixos-helper could be used to simplify deployments
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
PR #2 will introduce a new structure for the project. The configuration is split into modules and imported in the configuration.nix of each host.
fixed by #2