did I forget to update something?
This commit is contained in:
parent
c0ec3d9141
commit
a5efbd7857
1 changed files with 5 additions and 4 deletions
|
@ -28,7 +28,7 @@ fileSystems."/mnt/nas/OldNas" = {
|
|||
"defaults"
|
||||
"users"
|
||||
"credentials=/home/paul/.smbcredentials"
|
||||
"uid=100"
|
||||
"guid=100"
|
||||
"noauto"
|
||||
"x-systemd.automount"
|
||||
];
|
||||
|
@ -42,7 +42,7 @@ fileSystems."/mnt/nas/media" = {
|
|||
"defaults"
|
||||
"users"
|
||||
"credentials=/home/paul/.smbcredentials"
|
||||
"uid=100"
|
||||
"uid=1000"
|
||||
"noauto"
|
||||
"x-systemd.automount"
|
||||
];
|
||||
|
@ -56,7 +56,7 @@ fileSystems."/mnt/nas/tvshows" = {
|
|||
"defaults"
|
||||
"users"
|
||||
"credentials=/home/paul/.smbcredentials"
|
||||
"uid=100"
|
||||
"uid=1000"
|
||||
"noauto"
|
||||
"x-systemd.automount"
|
||||
];
|
||||
|
@ -380,7 +380,8 @@ fileSystems."/mnt/nas/tvshows" = {
|
|||
## Games
|
||||
# minecraft
|
||||
prismlauncher
|
||||
jdk21
|
||||
temurin-jre-bin
|
||||
# jdk21
|
||||
# znes2
|
||||
# nestopia-ue
|
||||
# kega-fusion
|
||||
|
|
Loading…
Reference in a new issue