This commit is contained in:
Bad 2021-04-25 23:38:47 +02:00
parent ebfbc086b7
commit 165697444f
2 changed files with 8 additions and 1 deletions

7
profiles/tor/default.nix Normal file
View File

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
tor-browser-bundle-bin
];
services.tor.enable = true;
}

View File

@ -2,7 +2,7 @@
{
system = with profiles; rec {
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 ];
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ];
};