nunotaba,sayuri: Add tor client

pull/30/head
Simon Bruder 2020-12-31 12:55:20 +01:00
parent 0d66728621
commit e6b770875c
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 10 additions and 0 deletions

View File

@ -20,5 +20,10 @@
};
};
services.tor = {
enable = true;
client.enable = true;
};
networking.hostName = "nunotaba";
}

View File

@ -25,5 +25,10 @@
};
};
services.tor = {
enable = true;
client.enable = true;
};
networking.hostName = "sayuri";
}