This commit is contained in:
2025-10-14 22:42:25 -05:00
parent 0c4008b544
commit 65fdac2492
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ in
}; };
motd = lib.mkOption { motd = lib.mkOption {
type = lib.types.nullOr lib.types.str; type = lib.types.nullOr lib.types.str;
default = "podman-homeassistant"; default = "podman-hass";
}; };
}; };

View File

@@ -38,7 +38,7 @@ in
}; };
motd = lib.mkOption { motd = lib.mkOption {
type = lib.types.nullOr lib.types.str; type = lib.types.nullOr lib.types.str;
default = service; default = "immich-server";
}; };
}; };