This commit is contained in:
2026-02-19 17:47:13 +03:00
parent b572f4b817
commit f187375faa
3 changed files with 14 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
{
config,
lib,
pkgs,
...
}:
{
-1
View File
@@ -8,7 +8,6 @@
}:
{
# fileSystems."${config.services.immich.mediaLocation}" = {
# device = "${xlib.dirs.services-folder}/immich";
# options = [
+12
View File
@@ -0,0 +1,12 @@
{
config,
lib,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
compose2nix
podman-tui
];
}