Compare commits
2 commits
c0ec3d9141
...
1420027014
Author | SHA1 | Date | |
---|---|---|---|
1420027014 | |||
a5efbd7857 |
1 changed files with 8 additions and 7 deletions
|
@ -28,7 +28,7 @@ fileSystems."/mnt/nas/OldNas" = {
|
||||||
"defaults"
|
"defaults"
|
||||||
"users"
|
"users"
|
||||||
"credentials=/home/paul/.smbcredentials"
|
"credentials=/home/paul/.smbcredentials"
|
||||||
"uid=100"
|
"guid=100"
|
||||||
"noauto"
|
"noauto"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
];
|
];
|
||||||
|
@ -42,7 +42,7 @@ fileSystems."/mnt/nas/media" = {
|
||||||
"defaults"
|
"defaults"
|
||||||
"users"
|
"users"
|
||||||
"credentials=/home/paul/.smbcredentials"
|
"credentials=/home/paul/.smbcredentials"
|
||||||
"uid=100"
|
"uid=1000"
|
||||||
"noauto"
|
"noauto"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
];
|
];
|
||||||
|
@ -56,7 +56,7 @@ fileSystems."/mnt/nas/tvshows" = {
|
||||||
"defaults"
|
"defaults"
|
||||||
"users"
|
"users"
|
||||||
"credentials=/home/paul/.smbcredentials"
|
"credentials=/home/paul/.smbcredentials"
|
||||||
"uid=100"
|
"uid=1000"
|
||||||
"noauto"
|
"noauto"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
];
|
];
|
||||||
|
@ -317,6 +317,7 @@ fileSystems."/mnt/nas/tvshows" = {
|
||||||
# lm-sensors
|
# lm-sensors
|
||||||
smartmontools
|
smartmontools
|
||||||
hugo
|
hugo
|
||||||
|
ncdu
|
||||||
|
|
||||||
## GUI programs
|
## GUI programs
|
||||||
firefox
|
firefox
|
||||||
|
@ -380,7 +381,8 @@ fileSystems."/mnt/nas/tvshows" = {
|
||||||
## Games
|
## Games
|
||||||
# minecraft
|
# minecraft
|
||||||
prismlauncher
|
prismlauncher
|
||||||
jdk21
|
temurin-jre-bin
|
||||||
|
# jdk21
|
||||||
# znes2
|
# znes2
|
||||||
# nestopia-ue
|
# nestopia-ue
|
||||||
# kega-fusion
|
# kega-fusion
|
||||||
|
@ -459,9 +461,8 @@ fileSystems."/mnt/nas/tvshows" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
loadModels = [ "llama3.1:8b" ];
|
# loadModels = [ "llama3.1:8b" ];
|
||||||
# loadModels = [ "Undi95/Meta-Llama-3.1-8B-Claude"];
|
loadModels = [ "DeepSeek-R1:8b" ];
|
||||||
# loadModels = [ "meta-llama/Llama-3.2-3B" ];
|
|
||||||
host = "100.84.238.20";
|
host = "100.84.238.20";
|
||||||
};
|
};
|
||||||
# Enable iPhone Tethering
|
# Enable iPhone Tethering
|
||||||
|
|
Loading…
Reference in a new issue