13 lines
161 B
Nix
13 lines
161 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./collect-garbage.nix
|
|
./dnscrypt-proxy2.nix
|
|
./gnupg.nix
|
|
./i2pd.nix
|
|
./octoprint.nix
|
|
./vpn
|
|
./fail2ban
|
|
];
|
|
}
|