1

Compare commits

...

4 Commits

4 changed files with 22 additions and 1 deletions

View File

@ -138,10 +138,10 @@ rec {
"obsidian" "obsidian"
"unityhub" "unityhub"
"Unity" "Unity"
"chromium-browser"
]; ];
"4" = [ "4" = [
"firefox" "firefox"
"chromium-browser"
"Google-chrome" "Google-chrome"
]; ];
"7" = [ "7" = [
@ -152,6 +152,7 @@ rec {
]; ];
"9" = [ "9" = [
"discord" "discord"
"vesktop"
]; ];
}; };
@ -169,6 +170,8 @@ rec {
"kitty" "kitty"
"Alacritty" "Alacritty"
"discord" "discord"
"signal"
"vesktop"
"Spotify" "Spotify"
"obsidian" "obsidian"
"jetbrains-clion" "jetbrains-clion"
@ -365,6 +368,7 @@ rec {
nfs-utils nfs-utils
sshfs sshfs
protonvpn-cli protonvpn-cli
# protonvpn-gui # NOTE: Doesn't work
# GUI apps # GUI apps
vlc vlc
@ -382,6 +386,8 @@ rec {
nextcloud-client nextcloud-client
keepassxc keepassxc
protonmail-bridge protonmail-bridge
thunderbird # TODO: Email module
# xwaylandvideobridge # NOTE: Doesn't work
# Office # Office
wacomtablet # For xournalpp/krita wacomtablet # For xournalpp/krita
@ -789,6 +795,7 @@ rec {
"com.spotify.Client" "com.spotify.Client"
"com.google.Chrome" "com.google.Chrome"
"md.obsidian.Obsidian" "md.obsidian.Obsidian"
"dev.vencord.Vesktop"
]; ];
uninstallUnmanaged = true; uninstallUnmanaged = true;

View File

@ -311,6 +311,7 @@ with mylib.networking; {
# iPhone tethering + mounting # iPhone tethering + mounting
libimobiledevice libimobiledevice
ifuse ifuse
usbmuxd
mprocs # run multiple processes in single terminal window, screen alternative mprocs # run multiple processes in single terminal window, screen alternative
parted # partition manager parted # partition manager

View File

@ -88,6 +88,7 @@ in {
}; };
# Open Ports # Open Ports
nftables.enable = true;
firewall = { firewall = {
enable = true; enable = true;
# networking.firewall.checkReversePath = "loose"; # networking.firewall.checkReversePath = "loose";

View File

@ -38,6 +38,18 @@
# "10-ether-1G" = mylib.networking.mkStaticSystemdNetwork {...}; # "10-ether-1G" = mylib.networking.mkStaticSystemdNetwork {...};
}; };
allowedTCPPorts = [
# AvaTalk ports
7777
12777
];
allowedUDPPorts = [
# AvaTalk ports
7777
12777
];
wireguard-tunnels = { wireguard-tunnels = {
wg0-de-115 = wg0-de-115 =
mylib.networking.mkWireguardService mylib.networking.mkWireguardService