sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
openvpn: update PR#109643
[sourcephile-nix.git]
/
hosts
/
losurdo
/
zerobin.nix
1
{ pkgs, lib, config, hostName, ... }:
2
{
3
services.zerobin = {
4
enable = true;
5
};
6
}