We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fed52 commit dd0eee2Copy full SHA for dd0eee2
examples/devos/flake.nix
@@ -175,12 +175,11 @@
175
176
devshell = ./shell;
177
178
- # TODO: similar to the above note: does it make sense to make all of
179
- # these users available on all systems?
180
- homeConfigurations = digga.lib.mergeAny
181
- (digga.lib.mkHomeConfigurations self.darwinConfigurations)
182
- (digga.lib.mkHomeConfigurations self.nixosConfigurations)
183
- ;
+ homeConfigurations =
+ digga.lib.mkHomeConfigurations
+ (digga.lib.collectHosts
+ self.nixosConfigurations
+ self.darwinConfigurations);
184
185
deploy.nodes = digga.lib.mkDeployNodes self.nixosConfigurations { };
186
0 commit comments