Flake : Enable remote builds for multiple hosts.
This commit is contained in:
parent
6203720592
commit
ca4b12f084
|
@ -163,6 +163,7 @@
|
||||||
./module/IntelCpu.nix
|
./module/IntelCpu.nix
|
||||||
./module/PowersaveIntel.nix
|
./module/PowersaveIntel.nix
|
||||||
./module/Print.nix
|
./module/Print.nix
|
||||||
|
./module/RemoteBuild.nix
|
||||||
./user/Dasha.nix
|
./user/Dasha.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -219,6 +220,7 @@
|
||||||
./module/Ollama.nix
|
./module/Ollama.nix
|
||||||
./module/PowersaveAmd.nix
|
./module/PowersaveAmd.nix
|
||||||
./module/Print.nix
|
./module/Print.nix
|
||||||
|
./module/RemoteBuild.nix
|
||||||
./user/Dasha.nix
|
./user/Dasha.nix
|
||||||
./user/Voronind.nix
|
./user/Voronind.nix
|
||||||
];
|
];
|
||||||
|
@ -248,6 +250,7 @@
|
||||||
./module/Powerlimit.nix
|
./module/Powerlimit.nix
|
||||||
./module/PowersaveIntel.nix
|
./module/PowersaveIntel.nix
|
||||||
./module/Print.nix
|
./module/Print.nix
|
||||||
|
./module/RemoteBuild.nix
|
||||||
./user/Voronind.nix
|
./user/Voronind.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -257,6 +260,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
{ system.stateVersion = inputs.self.nixosModules.const.droidStateVersion; }
|
{ system.stateVersion = inputs.self.nixosModules.const.droidStateVersion; }
|
||||||
./module/NixOnDroid.nix
|
./module/NixOnDroid.nix
|
||||||
|
./module/RemoteBuild.nix
|
||||||
];
|
];
|
||||||
extraSpecialArgs.const = self.nixosModules.const;
|
extraSpecialArgs.const = self.nixosModules.const;
|
||||||
extraSpecialArgs.flake = self;
|
extraSpecialArgs.flake = self;
|
||||||
|
|
Loading…
Reference in a new issue