index
:
nixosconf
dendritic
main
NixOS configuration files for desktop and server usage
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
hosts
/
hostBoilerplate.nix
blob: 14b7c84ad2405133879e6ded893e18ff16e830d1 (
plain
)
1
2
3
4
5
{
flake
.
nixosModules
.
hostBoilerplate
=
{
lib
,
...
}:
{
options
.
};
}