feat(immich): re-enable immich

This commit is contained in:
uttarayan21
2025-10-26 02:03:01 +05:30
parent 88df4eef88
commit d1959bdd8f
10 changed files with 1641 additions and 159 deletions

View File

@@ -317,6 +317,10 @@
if isDarwin
then "/Users/${device.user}"
else "/home/${device.user}";
# output =
# if isDarwin
# then self.darwinConfigurations."${device.name}"
# else self.nixosConfigurations."${device.name}";
};
nixos_devices = nixpkgs.lib.attrsets.filterAttrs (n: x: x.isNix) devices;