Skip to content

Commit

Permalink
Merge pull request #35 from flokli/add-bornfurs
Browse files Browse the repository at this point in the history
nix/deployment.nix: add bornfurs{1,2,3} screens
  • Loading branch information
flokli authored Jul 19, 2024
2 parents 1a89fea + b841494 commit 98fe5bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nix/deployment.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,14 @@ in
"screen7" = { config, pkgs, ... }: common // {
deployment.targetHost = "root@n7.screens.wip.bar";
};

"bornfurs1" = { config, pkgs, ... }: common // {
deployment.targetHost = "root@bornfurs1.screens.wip.bar";
};
"bornfurs2" = { config, pkgs, ... }: common // {
deployment.targetHost = "root@bornfurs2.screens.wip.bar";
};
"bornfurs3" = { config, pkgs, ... }: common // {
deployment.targetHost = "root@bornfurs3.screens.wip.bar";
};
}

0 comments on commit 98fe5bb

Please sign in to comment.