mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
Drop flake parts
Use native nix functions to speed up and reduce complexity
This commit is contained in:
parent
85e2bd6728
commit
daefd1534f
15 changed files with 501 additions and 423 deletions
|
|
@ -1,11 +1,12 @@
|
|||
{ self, inputs, ... }:
|
||||
{
|
||||
self,
|
||||
...
|
||||
}@inputs:
|
||||
|
||||
{
|
||||
flake.checks = builtins.mapAttrs (
|
||||
_system: deployLib: deployLib.deployChecks self.deploy
|
||||
) inputs.deploy-rs.lib;
|
||||
checks = builtins.mapAttrs (_: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib;
|
||||
|
||||
flake.deploy.nodes = {
|
||||
deploy.nodes = {
|
||||
carbon = {
|
||||
hostname = "carbon";
|
||||
sshUser = "root";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue