1

Compare commits

...

4 Commits

4 changed files with 22 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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