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