Add new Nix On Droid janeway host
All checks were successful
/ test (push) Successful in 33s

This commit is contained in:
Andrea Ciceri 2024-04-11 10:58:25 +02:00
parent 731e2118a5
commit 3e1fe36c42
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
5 changed files with 322 additions and 15 deletions

View file

@ -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;
}