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 85c8b5e commit fb4107aCopy full SHA for fb4107a
examples/devos/flake.nix
@@ -169,12 +169,11 @@
169
170
devshell = ./shell;
171
172
- # TODO: similar to the above note: does it make sense to make all of
173
- # these users available on all systems?
174
- homeConfigurations = digga.lib.mergeAny
175
- (digga.lib.mkHomeConfigurations self.darwinConfigurations)
176
- (digga.lib.mkHomeConfigurations self.nixosConfigurations)
177
- ;
+ homeConfigurations =
+ digga.lib.mkHomeConfigurations
+ (digga.lib.collectHosts
+ self.nixosConfigurations
+ self.darwinConfigurations);
178
179
deploy.nodes = digga.lib.mkDeployNodes self.nixosConfigurations { };
180
0 commit comments