This commit is contained in:
parent
731e2118a5
commit
3e1fe36c42
5 changed files with 322 additions and 15 deletions
|
@ -8,8 +8,9 @@
|
|||
imports = [./module.nix];
|
||||
|
||||
fleet = {
|
||||
darwinHosts.archer = {
|
||||
};
|
||||
darwinHosts.archer = {};
|
||||
|
||||
nixOnDroidHosts.janeway = {};
|
||||
|
||||
hosts = {
|
||||
# thinkpad = {
|
||||
|
@ -164,14 +165,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
flake.nixosConfigurations =
|
||||
lib.mapAttrs
|
||||
config.fleet._mkNixosConfiguration
|
||||
config.fleet.hosts;
|
||||
|
||||
flake.darwinConfigurations =
|
||||
lib.mapAttrs
|
||||
config.fleet._mkDarwinConfiguration
|
||||
config.fleet.darwinHosts;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue