impure.nix
: Add extendModules to hosts.*
#4
Reference in New Issue
Block a user
No description provided.
Delete Branch "shelvacu/colins-nix-files:patch-add-host-extendModules"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With this something like
hosts.servo.extendModules { networking.hostname = "shel-is-awesome"; }
works as expected. Mirrors the functionality of extendModules on the result of evalConfig895ee2f0e8
toa405850cf8
TIL about
extendModules
: neat!