Add nfs mount

This commit is contained in:
Dave Gallant
2023-01-14 11:39:48 -05:00
parent f99a9da766
commit bb58e52c2c
4 changed files with 15 additions and 10 deletions

6
flake.lock generated
View File

@@ -93,11 +93,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1673450908,
"narHash": "sha256-b8em+kwrNtnB7gR8SyVf6WuTyQ+6tHS6dzt9D9wgKF0=",
"lastModified": 1673540789,
"narHash": "sha256-xqnxBOK3qctIeUVxecydrEDbEXjsvHCPGPbvsl63M/U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6c8644fc37b6e141cbfa6c7dc8d98846c4ff0c2e",
"rev": "0f213d0fee84280d8c3a97f7469b988d6fe5fcdf",
"type": "github"
},
"original": {

View File

@@ -173,11 +173,13 @@ in {
source $HOME/.zsh-work
if [[ "$OSTYPE" == "darwin"* ]]; then
export PATH="$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
export PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
if [[ "$OSTYPE" == "darwin"* ]];
then
export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
export
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
alias xdg-open=open
alias xdg-open=open
fi
# helm

View File

@@ -62,6 +62,11 @@
fsType = "vfat";
};
fileSystems."/mnt/synology-2b/media" = {
device = "192.168.1.250:/volume1/Media";
fsType = "nfs";
};
swapDevices = [
{device = "/dev/disk/by-uuid/5d6d0388-2b15-4ff1-9f0f-391818a76090";}
];

View File

@@ -17,9 +17,7 @@ in {
lm_sensors
netdata
pinentry-curses
/*
rfd
*/
nfs-utils
rustup
strace
tailscale