updates nixos config
- adds applications to david user - disables wireguard - enables tor
This commit is contained in:
+13
-10
@@ -12,13 +12,18 @@
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
thunderbird
|
||||
sparrow
|
||||
freecad
|
||||
cura
|
||||
dig
|
||||
element-desktop
|
||||
firefox
|
||||
freecad
|
||||
nmap
|
||||
sparrow
|
||||
sublime-music
|
||||
thunderbird
|
||||
timeshift
|
||||
transmission-qt
|
||||
tor-browser-bundle-bin
|
||||
transmission-gtk
|
||||
unison
|
||||
];
|
||||
};
|
||||
@@ -59,6 +64,7 @@
|
||||
git
|
||||
htop
|
||||
lsof
|
||||
mullvad-vpn
|
||||
tree
|
||||
unzip
|
||||
vim
|
||||
@@ -107,12 +113,9 @@
|
||||
};
|
||||
pulse.enable = true;
|
||||
};
|
||||
transmission = {
|
||||
tor = {
|
||||
enable = true;
|
||||
user = "transmission";
|
||||
group = "transmission";
|
||||
openFirewall = true;
|
||||
openRPCPort = true;
|
||||
client.enable = true;
|
||||
};
|
||||
udev.packages = with pkgs; [
|
||||
gnome.gnome-settings-daemon
|
||||
|
||||
Reference in New Issue
Block a user