1
0
forked from c3d2/nix-config
nix-config/hosts/containers/gnunet/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
280 B
Nix
Raw Normal View History

2022-07-06 21:09:04 +02:00
{
system.stateVersion = "22.05";
c3d2.hq.statistics.enable = true;
c3d2.deployment = {
server = "server10";
mounts = [ "etc" "var" ];
};
networking = {
hostName = "gnunet";
firewall.enable = false;
};
services.gnunet = {
enable = true;
};
}