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