This website requires JavaScript.
Explore
Help
Register
Sign in
lbailly
/
infrastructure
Watch
1
Star
0
Fork
You've already forked infrastructure
0
forked from
DGNum/infrastructure
Code
Pull requests
Activity
595407c13b
infrastructure
/
machines
/
storage01
/
netbird
/
package
/
default.nix
8 lines
93 B
Nix
Raw
Normal View
History
Unescape
Escape
feat(shell): Add pre-commit hooks and reformat the repo
2024-02-02 10:51:31 +01:00
{
pkgs
?
import
<nixpkgs>
{
}
,
}
:
feat(netbird): Deploy management server on storage01
2023-12-03 22:13:30 +01:00
{
dashboard
=
pkgs
.
callPackage
./dashboard.nix
{
}
;
}
Copy permalink