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"
|
"defaults"
|
||||||
"users"
|
"users"
|
||||||
"credentials=/home/paul/.smbcredentials"
|
"credentials=/home/paul/.smbcredentials"
|
||||||
"guid=100"
|
"uid=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=1000"
|
"uid=100"
|
||||||
"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=1000"
|
"uid=100"
|
||||||
"noauto"
|
"noauto"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
];
|
];
|
||||||
|
@ -317,7 +317,6 @@ fileSystems."/mnt/nas/tvshows" = {
|
||||||
# lm-sensors
|
# lm-sensors
|
||||||
smartmontools
|
smartmontools
|
||||||
hugo
|
hugo
|
||||||
ncdu
|
|
||||||
|
|
||||||
## GUI programs
|
## GUI programs
|
||||||
firefox
|
firefox
|
||||||
|
@ -381,8 +380,7 @@ fileSystems."/mnt/nas/tvshows" = {
|
||||||
## Games
|
## Games
|
||||||
# minecraft
|
# minecraft
|
||||||
prismlauncher
|
prismlauncher
|
||||||
temurin-jre-bin
|
jdk21
|
||||||
# jdk21
|
|
||||||
# znes2
|
# znes2
|
||||||
# nestopia-ue
|
# nestopia-ue
|
||||||
# kega-fusion
|
# kega-fusion
|
||||||
|
@ -461,8 +459,9 @@ 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 = [ "DeepSeek-R1:8b" ];
|
# loadModels = [ "Undi95/Meta-Llama-3.1-8B-Claude"];
|
||||||
|
# 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