mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
tewi deployment
This commit is contained in:
parent
827d638f3a
commit
5d6c301a39
15 changed files with 84 additions and 1084 deletions
|
|
@ -29,7 +29,6 @@
|
|||
};
|
||||
trusted = {
|
||||
url = "github:input-output-hk/empty-flake";
|
||||
flake = false;
|
||||
};
|
||||
flake-compat = {
|
||||
url = "github:edolstra/flake-compat";
|
||||
|
|
@ -58,7 +57,9 @@
|
|||
legacyPackages = import ./meta.nix { inherit system inputs; };
|
||||
});
|
||||
in providedSystems // {
|
||||
nixosConfigurations = self.legacyPackages.x86_64-linux.network.nodes.nixos;
|
||||
nixosConfigurations = builtins.mapAttrs (_: config: config // {
|
||||
inherit config;
|
||||
}) self.legacyPackages.x86_64-linux.network.nodes.nixos;
|
||||
darwinConfigurations = builtins.mapAttrs (_: config: {
|
||||
inherit (config.deploy) pkgs;
|
||||
inherit config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue