nfs and tailscale wired issues

This commit is contained in:
MichaelFisher1997 2025-02-04 01:02:57 +00:00
parent 5e3fe81ff0
commit 773601bb23
2 changed files with 186 additions and 167 deletions

View File

@ -7,7 +7,7 @@
mountConfig = { mountConfig = {
Options = "noatime"; Options = "noatime";
}; };
what = "100.105.0.115:/BigNAS"; what = "10.27.27.239:/BigNAS";
where = "/mnt/BigNAS"; where = "/mnt/BigNAS";
}]; }];

View File

@ -6,172 +6,191 @@ let
in in
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Applications you want to install with Nix. # Text Editors
# You can remove these applications if you don't use them. vim
vim neovim
neovim libsForQt5.kate
ngrok sublime
clang-tools lunarvim
fish unstable.zed-editor
zsh
curl # Development Tools
i3 clang-tools
wget gcc
ccache cmake
appstream glew
neofetch glfw
kitty libGL
discord SDL2
brave unstable.sdl3
simplescreenrecorder SDL2_image
webcord vulkan-loader
unstable.vscode vulkan-tools
unstable.hyprsunset vulkan-headers
tor-browser wayland-protocols
monero-gui golangci-lint
htop golangci-lint-langserver
btop python3
ranger php
lsd php83Packages.composer
nfs-utils libsForQt5.kdenlive
tldr exercism
btrfs-progs betterdiscord-installer
git-lfs unstable.nodejs_23
golangci-lint unstable.go
golangci-lint-langserver unstable.bun
google-chrome air
# gvfs tailwindcss
git
ipmitool # Version Control
#go git
zig git-lfs
slack nix-prefetch-git
networkmanagerapplet
spotify # Terminals
xorg.xkill kitty
ldmtool alacritty
kitty
flatpak # Shell Utilities
flatpak-builder fish
noto-fonts-color-emoji zsh
twemoji-color-font curl
#whatsapp-emoji-font wget
libcanberra-gtk3 tree
docker fd
docker-compose fzf
kubectl bat
pamixer thefuck
onlyoffice-bin tmux
svt-av1 zellij
rav1e lolcat
libaom lsd
slurp tldr
nix-prefetch-git
ddev # File Management
libsForQt5.kate ranger
sublime _7zz
tailscale unrar
libcap zip
gcc unzip
unstable.go gzip
unstable.tilt gvfs
telegram-desktop btrfs-progs
falkon nfs-utils
unstable.bun ntfs3g
unstable.nodejs_23
firefox # System Utilities
php htop
rcon btop
rconc amdgpu_top
php83Packages.composer parted
zip gparted
unzip xorg.xprop
gzip xorg.xkill
mangohud calc
protonup maim
bottles xclip
wine xdotool
wine64 networkmanager_dmenu
appstream-glib virt-manager
xorg.xprop networkmanagerapplet
#peazip polybarFull
_7zz picom
unrar arandr
spice nitrogen
spice-gtk pywal
spice-vdagent ldmtool
haruna
air # Window Managers
tailwindcss i3
betterdiscord-installer eww
rpi-imager vesktop
vesktop unstable.hyprsunset
vencord unstable.hyprshot
fastfetch
davinci-resolve-studio # Web Browsers
obs-studio brave
lunarvim google-chrome
vlc firefox
python3 falkon
gparted tor-browser
parted
amdgpu_top # Communication
unstable.amdenc discord
#unstable.zed-editor webcord
unstable.hyprshot slack
guacamole-client telegram-desktop
mono
pika-backup # Media
lutris vlc
audacity simplescreenrecorder
tree obs-studio
ldmtool davinci-resolve-studio
ntfs3g audacity
exercism haruna
cmake
glew # Gaming
glfw mangohud
libGL protonup
unityhub protontricks
cmake lutris
SDL2 bottles
SDL2_image wine
vulkan-loader wine64
vulkan-tools minecraft
vulkan-headers
wayland-protocols # Fonts
minecraft noto-fonts-color-emoji
arandr twemoji-color-font
maim catppuccin-kvantum
xclip themechanger
xdotool
nitrogen # Backup and Recovery
polybarFull pika-backup
pywal megasync
calc
networkmanager_dmenu # Networking
eww ngrok
picom ipmitool
ffmpeg_4 tailscale
ffmpeg_4-full remmina
ffmpeg_4-headless ddev
vesktop
minikube # Containers and Virtualization
terraform docker
fd docker-compose
fzf kubectl
bat terraform
thefuck minikube
tmux
kdePackages.filelight # Security
remmina onlyoffice-bin
zellij rcon
alacritty rconc
lolcat monero-gui
protontricks
unstable.zed-editor # Graphics
unstable.ghostty spice
libsForQt5.kdenlive spice-gtk
spice-vdagent
# Themes and Customization
kdePackages.qt6ct
catppuccin-kvantum
# Multimedia Tools
svt-av1
rav1e
libaom
# Miscellaneous
fastfetch
betterdiscord-installer
unstable.ghostty
guacamole-client
rpi-imager
kdePackages.filelight
]; ];
} }