You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
As pointed countless time before, my configuration is overly abstracted in favor of it making sense to me. Might consider compromising on it making sense and follow certain nix principles.
Declaring modules and importing them at host level (as in each hosts's own configuration.nix) forces me to play mental gymnastics with capabilities of each host.
In short, nuh uh.
The text was updated successfully, but these errors were encountered:
As pointed countless time before, my configuration is overly abstracted in favor of it making sense to me. Might consider compromising on it making sense and follow certain nix principles.
Patterns I will not follow:
1. abusing lib.nixosSystem
Simply a very ugly way of structuring my hosts, which I have many of. At this point, abstractions start seeming nice.
2. whatever this is
Declaring modules and importing them at host level (as in each hosts's own configuration.nix) forces me to play mental gymnastics with capabilities of each host.
In short, nuh uh.
The text was updated successfully, but these errors were encountered: