Add tor
This commit is contained in:
parent
ebfbc086b7
commit
165697444f
2 changed files with 8 additions and 1 deletions
7
profiles/tor/default.nix
Normal file
7
profiles/tor/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
tor-browser-bundle-bin
|
||||||
|
];
|
||||||
|
services.tor.enable = true;
|
||||||
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
system = with profiles; rec {
|
system = with profiles; rec {
|
||||||
base = [ users.mae users.root ];
|
base = [ users.mae users.root ];
|
||||||
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn ];
|
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn tor ];
|
||||||
desktop = workstation ++ [ users.mae-desk amd school three_dee ];
|
desktop = workstation ++ [ users.mae-desk amd school three_dee ];
|
||||||
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ];
|
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue