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