blob: cdc46fe756f65ea9328babc9932b827f1f7b58b8 (
plain)
1
2
3
4
5
6
7
8
|
# Trusted Personal Computer
class nodo::role::tpc inherits nodo::base::laptop {
#include nodo::utils::web::hardened
#include nodo::subsystem::udev::network
include nodo::utils::network::wicd
include nodo::subsystem::macchanger::wicd
include onion::full
}
|