This website requires JavaScript.
Explore
Help
Sign in
hosting
/
selfhostblocks
Watch
1
Star
0
Fork
You've already forked selfhostblocks
0
Code
Issues
Activity
896c376b6d
selfhostblocks
/
modules
/
contracts
/
default.nix
6 lines
103 B
Nix
Raw
Normal View
History
Unescape
Escape
use contract for ssl block
2024-01-12 08:22:46 +01:00
{
lib
}:
{
add mount contract implemented by zfs
2024-08-07 23:24:14 +02:00
mount
=
import
./mount.nix
{
inherit
lib
;
}
;
use contract for ssl block
2024-01-12 08:22:46 +01:00
ssl
=
import
./ssl.nix
{
inherit
lib
;
}
;
}
Copy permalink