idk a bunch more updates

This commit is contained in:
Anish Lakhwara
2025-11-21 21:06:42 -08:00
parent baa309eb4b
commit 6edf5ecdfc
11 changed files with 182 additions and 34 deletions
-2
View File
@@ -57,7 +57,6 @@ in {
};
environment.systemPackages = with pkgs; [
#unstable.sublime-music
# olm-3.2.16 is now insecure
# some reason I can't set insecure packages that will be respected
nheko
@@ -67,7 +66,6 @@ in {
unstable.liferea
unstable.gh
unstable.flyctl
unstable.sublime-music
kooha
light
+1
View File
@@ -2,6 +2,7 @@
{
services.immich = {
enable = true;
package = pkgs.unstable.immich;
database = {
enable = true;
};
+1 -1
View File
@@ -14,7 +14,7 @@
exports = ''
/home/ftp 192.168.1.0/24(rw)
/mnt/one 192.168.1.0/24(rw)
/mnt/two 192.168.1.0/24(rw,no_subtree_check) 10.0.69.0/24(rw,no_subtree_check)
/mnt/two 192.168.1.0/24(rw,async,no_subtree_check) 10.0.69.0/24(rw,async,no_subtree_check)
/mnt/three 192.168.1.0/24(rw)
'';
};