We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable.__default = false
mkDefault true
lib.utils
lib.system
mkSystem
lib.modules
If configuration-specific config is small enough, maybe it should be set directly in the flake modules instead of separate configuration.nix files?
configuration.nix
Almost all settings should be set in self.nixosModules, self.homeModules, etc instead of self.nixosConfigurations etc
self.nixosModules
self.homeModules
self.nixosConfigurations
Maybe have a users flake output? Could contain nixos/home modules that configure user info? Or just contain user metadata?
users
The text was updated successfully, but these errors were encountered:
No branches or pull requests
enable.__default = false
)mkDefault true
in "profile" modules insteadlib.utils
(3b813fd)lib.system
(refactor: peel backmkSystem
abstractions #16)lib.modules
in flake moduleIf configuration-specific config is small enough, maybe it should be set directly in the flake modules instead of separate
configuration.nix
files?Almost all settings should be set in
self.nixosModules
,self.homeModules
, etc instead ofself.nixosConfigurations
etcMaybe have a
users
flake output? Could contain nixos/home modules that configure user info? Or just contain user metadata?The text was updated successfully, but these errors were encountered: