Added helper to get domains for local network
This commit is contained in:
parent
ab3c1bf1ca
commit
f7b085b73e
2 changed files with 20 additions and 0 deletions
|
@ -105,6 +105,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
# nix eval .#domains --json
|
||||
domains = inputs.self.lib.getDomainsPerHost [
|
||||
"gospel"
|
||||
"node"
|
||||
"pi4"
|
||||
] inputs.self.nixosConfigurations;
|
||||
|
||||
# TODO: Re-enable this when I figure out how to prevent needing to build
|
||||
# dependencies for architectures other than the host machine
|
||||
# checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue