This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
infrastructure
Watch
13
Star
6
Fork
You've already forked infrastructure
3
Code
Issues
19
Pull requests
8
Projects
1
Releases
Packages
Wiki
Activity
Actions
2e3bb99b84
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
{
}
;
}
Reference in a new issue
Copy permalink